public sealed class PolicyRule : IMessage<PolicyRule>, IEquatable<PolicyRule>, IDeepCloneable<PolicyRule>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Identity and Access Management (IAM) v2 API class PolicyRule.
A single rule in a Policy
.
Implements
IMessagePolicyRule, IEquatablePolicyRule, IDeepCloneablePolicyRule, IBufferMessage, IMessageNamespace
Google.Cloud.Iam.V2Assembly
Google.Cloud.Iam.V2.dll
Constructors
PolicyRule()
public PolicyRule()
PolicyRule(PolicyRule)
public PolicyRule(PolicyRule other)
Parameter | |
---|---|
Name | Description |
other |
PolicyRule |
Properties
DenyRule
public DenyRule DenyRule { get; set; }
A rule for a deny policy.
Property Value | |
---|---|
Type | Description |
DenyRule |
Description
public string Description { get; set; }
A user-specified description of the rule. This value can be up to 256 characters.
Property Value | |
---|---|
Type | Description |
string |
KindCase
public PolicyRule.KindOneofCase KindCase { get; }
Property Value | |
---|---|
Type | Description |
PolicyRuleKindOneofCase |