Show / Hide Table of Contents

Class GoogleCloudAssuredworkloadsV1beta1Rule

A rule in the cloud control.

Inheritance
object
GoogleCloudAssuredworkloadsV1beta1Rule
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.Assuredworkloads.v1beta1.Data
Assembly: Google.Apis.Assuredworkloads.v1beta1.dll
Syntax
public class GoogleCloudAssuredworkloadsV1beta1Rule : IDirectResponseSchema

Properties

CelExpression

The rule's logic expression in Common Expression Language (CEL).

Declaration
[JsonProperty("celExpression")]
public virtual GoogleCloudAssuredworkloadsV1beta1CELExpression CelExpression { get; set; }
Property Value
Type Description
GoogleCloudAssuredworkloadsV1beta1CELExpression

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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX