OrganizationSettings
import type { OrganizationSettings } from "https://googleapis.deno.dev/v1/securitycenter:v1.ts";User specified settings that are attached to the Security Command Center organization.
interface OrganizationSettings {
assetDiscoveryConfig?: AssetDiscoveryConfig;
enableAssetDiscovery?: boolean;
name?: string;
}§Properties
§
assetDiscoveryConfig?: AssetDiscoveryConfig
[src]The configuration used for Asset Discovery runs.
§
enableAssetDiscovery?: boolean
[src]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?: string
[src]The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/organizationSettings".