Class CustomOutputSpec
Definitions of custom source properties that can appear in findings.
Implements
Inherited Members
Namespace: Google.Apis.SecurityPosture.v1.Data
Assembly: Google.Apis.SecurityPosture.v1.dll
Syntax
public class CustomOutputSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Properties
Optional. The custom source properties that can appear in findings.
Declaration
[JsonProperty("properties")]
public virtual IList<Property> Properties { get; set; }
Property Value
Type | Description |
---|---|
IList<Property> |