Class RbacPolicy
Inheritance
System.Object
RbacPolicy
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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 |
|---|---|
| System.String |
Name
Name of the RbacPolicy.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Permissions
The list of permissions.
Declaration
[JsonProperty("permissions")]
public virtual IList<Permission> Permissions { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Permission> |
Principals
The list of principals.
Declaration
[JsonProperty("principals")]
public virtual IList<Principal> Principals { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<Principal> |
Implements
Google.Apis.Requests.IDirectResponseSchema