Class GoogleCloudSecuritycenterV1Property
An individual name-value pair that defines a custom source property.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.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 |