Class AssetDiscoveryConfig
The configuration used for Asset Discovery runs.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class AssetDiscoveryConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FolderIds
The folder ids to use for filtering asset discovery. It consists of only digits, e.g., 756619654966.
Declaration
[JsonProperty("folderIds")]
public virtual IList<string> FolderIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
InclusionMode
The mode to use for filtering asset discovery.
Declaration
[JsonProperty("inclusionMode")]
public virtual string InclusionMode { get; set; }
Property Value
Type | Description |
---|---|
string |
ProjectIds
The project ids to use for filtering asset discovery.
Declaration
[JsonProperty("projectIds")]
public virtual IList<string> ProjectIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |