Class RbacPolicy
Implements
Inherited Members
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> |