Google Cloud Identity and Access Management (IAM) v2 API - Class PolicyRule (1.1.0)

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.

Inheritance

object > PolicyRule

Namespace

Google.Cloud.Iam.V2

Assembly

Google.Cloud.Iam.V2.dll

Constructors

PolicyRule()

public PolicyRule()

PolicyRule(PolicyRule)

public PolicyRule(PolicyRule other)
Parameter
NameDescription
otherPolicyRule

Properties

DenyRule

public DenyRule DenyRule { get; set; }

A rule for a deny policy.

Property Value
TypeDescription
DenyRule

Description

public string Description { get; set; }

A user-specified description of the rule. This value can be up to 256 characters.

Property Value
TypeDescription
string

KindCase

public PolicyRule.KindOneofCase KindCase { get; }
Property Value
TypeDescription
PolicyRuleKindOneofCase