Class GoogleIamV2PolicyRule
A single rule in a Policy
.
Implements
Inherited Members
Namespace: Google.Apis.Iam.v2.Data
Assembly: Google.Apis.Iam.v2.dll
Syntax
public class GoogleIamV2PolicyRule : IDirectResponseSchema
Properties
DenyRule
A rule for a deny policy.
Declaration
[JsonProperty("denyRule")]
public virtual GoogleIamV2DenyRule DenyRule { get; set; }
Property Value
Type | Description |
---|---|
GoogleIamV2DenyRule |
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 |