google_api_security_center v0.11.1 GoogleApi.SecurityCenter.V1.Model.OrganizationSettings View Source

User specified settings that are attached to the Security Command Center 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 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.
  • 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

Specs

t() :: %GoogleApi.SecurityCenter.V1.Model.OrganizationSettings{
  assetDiscoveryConfig:
    GoogleApi.SecurityCenter.V1.Model.AssetDiscoveryConfig.t(),
  enableAssetDiscovery: boolean(),
  name: String.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.