Class AssetDiscoveryConfig
The configuration used for Asset Discovery runs.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.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 |
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> |