Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV1Property

An individual name-value pair that defines a custom source property.

Inheritance
object
GoogleCloudSecuritycenterV1Property
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 GoogleCloudSecuritycenterV1Property : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Name of the property for the custom output.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ValueExpression

The CEL expression for the custom output. A resource property can be specified to return the value of the property or a text string enclosed in quotation marks.

Declaration
[JsonProperty("valueExpression")]
public virtual Expr ValueExpression { get; set; }
Property Value
Type Description
Expr

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX