Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::OrganizationSettings.
User specified settings that are attached to the Security Command Center organization.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#asset_discovery_config
def asset_discovery_config() -> ::Google::Cloud::SecurityCenter::V1::OrganizationSettings::AssetDiscoveryConfig
Returns
- (::Google::Cloud::SecurityCenter::V1::OrganizationSettings::AssetDiscoveryConfig) — The configuration used for Asset Discovery runs.
#asset_discovery_config=
def asset_discovery_config=(value) -> ::Google::Cloud::SecurityCenter::V1::OrganizationSettings::AssetDiscoveryConfig
Parameter
- value (::Google::Cloud::SecurityCenter::V1::OrganizationSettings::AssetDiscoveryConfig) — The configuration used for Asset Discovery runs.
Returns
- (::Google::Cloud::SecurityCenter::V1::OrganizationSettings::AssetDiscoveryConfig) — The configuration used for Asset Discovery runs.
#enable_asset_discovery
def enable_asset_discovery() -> ::Boolean
Returns
-
(::Boolean) — A flag that indicates if Asset Discovery should be enabled. If the flag is
set to
true, then discovery of assets will occur. If it is set tofalse, all historical assets will remain, but discovery of future assets will not occur.
#enable_asset_discovery=
def enable_asset_discovery=(value) -> ::Boolean
Parameter
-
value (::Boolean) — A flag that indicates if Asset Discovery should be enabled. If the flag is
set to
true, then discovery of assets will occur. If it is set tofalse, all historical assets will remain, but discovery of future assets will not occur.
Returns
-
(::Boolean) — A flag that indicates if Asset Discovery should be enabled. If the flag is
set to
true, then discovery of assets will occur. If it is set tofalse, all historical assets will remain, but discovery of future assets will not occur.
#name
def name() -> ::String
Returns
- (::String) — The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/organizationSettings".
#name=
def name=(value) -> ::String
Parameter
- value (::String) — The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/organizationSettings".
Returns
- (::String) — The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/organizationSettings".