Class AssetDetails
Details of a Cloud Asset Inventory asset that caused a violation.
Implements
Inherited Members
Namespace: Google.Apis.SecurityPosture.v1.Data
Assembly: Google.Apis.SecurityPosture.v1.dll
Syntax
public class AssetDetails : IDirectResponseSchema
Properties
Asset
Information about the Cloud Asset Inventory asset that violated a policy. The format of this information can change at any time without prior notice. Your application must not depend on this information in any way.
Declaration
[JsonProperty("asset")]
public virtual string Asset { get; set; }
Property Value
Type | Description |
---|---|
string |
AssetType
The type of Cloud Asset Inventory asset. For a list of asset types, see Supported asset types.
Declaration
[JsonProperty("assetType")]
public virtual string AssetType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |