GetIamCustomRolesRole

data class GetIamCustomRolesRole(val deleted: Boolean, val description: String, val id: String, val name: String, val permissions: List<String>, val roleId: String, val stage: String, val title: String)

Constructors

Link copied to clipboard
constructor(deleted: Boolean, description: String, id: String, name: String, permissions: List<String>, roleId: String, stage: String, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The current deleted state of the role.

Link copied to clipboard

A human-readable description for the role.

Link copied to clipboard
val id: String

an identifier for the resource with the format projects/{{project}}/roles/{{role_id}}.

Link copied to clipboard

The name of the role in the format projects/{{project}}/roles/{{role_id}}. Like id, this field can be used as a reference in other resources such as IAM role bindings.

Link copied to clipboard

The names of the permissions this role grants when bound in an IAM policy.

Link copied to clipboard

The camel case role id used for this role.

Link copied to clipboard

The current launch stage of the role. List of possible stages is here.

Link copied to clipboard

A human-readable title for the role.