Class GoogleCloudAssuredworkloadsV1Rule
A rule in the cloud control.
Implements
Inherited Members
Namespace: Google.Apis.Assuredworkloads.v1.Data
Assembly: Google.Apis.Assuredworkloads.v1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1Rule : IDirectResponseSchema
Properties
CelExpression
The rule's logic expression in Common Expression Language (CEL).
Declaration
[JsonProperty("celExpression")]
public virtual GoogleCloudAssuredworkloadsV1CELExpression CelExpression { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAssuredworkloadsV1CELExpression |
Description
Optional. The rule description. The maximum length is 2000 characters.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RuleActionTypes
Required. The functionality that's enabled by the rule.
Declaration
[JsonProperty("ruleActionTypes")]
public virtual IList<string> RuleActionTypes { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |