Class GoogleCloudSecuritycenterV1CustomOutputSpec
A set of optional name-value pairs that define custom source properties to return with each finding that is
generated by the custom module. The custom source properties that are defined here are included in the finding
JSON under sourceProperties
.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV1CustomOutputSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Properties
A list of custom output properties to add to the finding.
Declaration
[JsonProperty("properties")]
public virtual IList<GoogleCloudSecuritycenterV1Property> Properties { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudSecuritycenterV1Property> |