Class GoogleIamV2betaPolicyRule
A single rule in a Policy
.
Implements
Inherited Members
Namespace: Google.Apis.Iam.v2beta.Data
Assembly: Google.Apis.Iam.v2beta.dll
Syntax
public class GoogleIamV2betaPolicyRule : IDirectResponseSchema
Properties
DenyRule
A rule for a deny policy.
Declaration
[JsonProperty("denyRule")]
public virtual GoogleIamV2betaDenyRule DenyRule { get; set; }
Property Value
Type | Description |
---|---|
GoogleIamV2betaDenyRule |
Description
A user-specified description of the rule. This value can be up to 256 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 |