google_api_security_center v0.3.0 GoogleApi.SecurityCenter.V1.Model.OrganizationSettings View Source
User specified settings that are attached to the Cloud Security Command Center (Cloud SCC) organization.
Attributes
assetDiscoveryConfig(type:GoogleApi.SecurityCenter.V1.Model.AssetDiscoveryConfig.t, default:nil) - The configuration used for Asset Discovery runs.enableAssetDiscovery(type:boolean(), default:nil) - A flag that indicates if Asset Discovery should be enabled. If the flag is set totrue, 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.name(type:String.t, default:nil) - The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/organizationSettings".
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.SecurityCenter.V1.Model.OrganizationSettings{
assetDiscoveryConfig:
GoogleApi.SecurityCenter.V1.Model.AssetDiscoveryConfig.t(),
enableAssetDiscovery: boolean(),
name: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.