Show / Hide Table of Contents

Class Property

A name-value pair used as a custom source property.

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

Properties

ETag

The ETag of the item.

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

Name

Required. The name of the custom source property.

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

ValueExpression

Optional. The CEL expression for the value of the custom source property. For resource properties, you can return the value of the property or a 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