Class GoogleIdentityAccesscontextmanagerV1CustomLevel
CustomLevel
is an AccessLevel
using the Cloud Common Expression Language to represent the necessary
conditions for the level to apply to a request. See CEL spec at: https://github.com/google/cel-spec
Implements
Inherited Members
Namespace: Google.Apis.CloudAsset.v1beta1.Data
Assembly: Google.Apis.CloudAsset.v1beta1.dll
Syntax
public class GoogleIdentityAccesscontextmanagerV1CustomLevel : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Expr
Required. A Cloud CEL expression evaluating to a boolean.
Declaration
[JsonProperty("expr")]
public virtual Expr Expr { get; set; }
Property Value
Type | Description |
---|---|
Expr |