Class OrganizationSettings
User specified settings that are attached to the Security Command Center organization.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class OrganizationSettings : IDirectResponseSchema
Properties
AssetDiscoveryConfig
The configuration used for Asset Discovery runs.
Declaration
[JsonProperty("assetDiscoveryConfig")]
public virtual AssetDiscoveryConfig AssetDiscoveryConfig { get; set; }
Property Value
Type | Description |
---|---|
AssetDiscoveryConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableAssetDiscovery
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.
Declaration
[JsonProperty("enableAssetDiscovery")]
public virtual bool? EnableAssetDiscovery { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Name
The relative resource name of the settings. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name Example: "organizations/{organization_id}/organizationSettings".
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |