Class GoogleCloudAssuredworkloadsV1beta1CELExpression
A Common Expression Language (CEL) expression that's used to create a rule.
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1beta1.Data
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1beta1CELExpression : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Expression
Required. The logical expression in CEL. The maximum length of the condition is 1000 characters. For more information, see CEL expression.
Declaration
[JsonProperty("expression")]
public virtual string Expression { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceTypesValues
The resource instance types on which this expression is defined. The format is /. For example:
compute.googleapis.com/Instance
Declaration
[JsonProperty("resourceTypesValues")]
public virtual GoogleCloudAssuredworkloadsV1beta1StringList ResourceTypesValues { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAssuredworkloadsV1beta1StringList |