Show / Hide Table of Contents

Class GoogleIamV2betaPolicyRule

A single rule in a Policy.

Inheritance
object
GoogleIamV2betaPolicyRule
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX