Show / Hide Table of Contents

Class RbacPolicy

Inheritance
object
RbacPolicy
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class RbacPolicy : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Name of the RbacPolicy.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

Permissions

The list of permissions.

Declaration
[JsonProperty("permissions")]
public virtual IList<Permission> Permissions { get; set; }
Property Value
Type Description
IList<Permission>

Principals

The list of principals.

Declaration
[JsonProperty("principals")]
public virtual IList<Principal> Principals { get; set; }
Property Value
Type Description
IList<Principal>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX