Show / Hide Table of Contents

Class CustomOutputSpec

Definitions of custom source properties that can appear in findings.

Inheritance
object
CustomOutputSpec
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX