Show / Hide Table of Contents

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.

Inheritance
object
GoogleCloudSecuritycenterV1CustomOutputSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX