OrganizationSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)
User specified settings that are attached to the Security Command Center organization.
Attributes | |
---|---|
Name | Description |
name |
str
The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/organizationSettings". |
enable_asset_discovery |
bool
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 to \`false, all historical assets
will remain, but discovery of future assets will not occur.
|
asset_discovery_config |
google.cloud.securitycenter_v1.types.OrganizationSettings.AssetDiscoveryConfig
The configuration used for Asset Discovery runs. |
Classes
AssetDiscoveryConfig
AssetDiscoveryConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The configuration used for Asset Discovery runs.