Class CreateRoleRequest
The request to create a new role.
Implements
Inherited Members
Namespace: Google.Apis.Iam.v1.Data
Assembly: Google.Apis.Iam.v1.dll
Syntax
public class CreateRoleRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Role
The Role resource to create.
Declaration
[JsonProperty("role")]
public virtual Role Role { get; set; }
Property Value
Type | Description |
---|---|
Role |
RoleId
The role ID to use for this role. A role ID may contain alphanumeric characters, underscores (_
), and
periods (.
). It must contain a minimum of 3 characters and a maximum of 64 characters.
Declaration
[JsonProperty("roleId")]
public virtual string RoleId { get; set; }
Property Value
Type | Description |
---|---|
string |