GetRoleResult

data class GetRoleResult(val deleted: Boolean, val description: String, val etag: String, val includedPermissions: List<String>, val name: String, val stage: String, val title: String)

Constructors

Link copied to clipboard
fun GetRoleResult(deleted: Boolean, description: String, etag: String, includedPermissions: List<String>, name: String, stage: String, title: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The current deleted state of the role. This field is read only. It will be ignored in calls to CreateRole and UpdateRole.

Link copied to clipboard

Optional. A human-readable description for the role.

Link copied to clipboard

Used to perform a consistent read-modify-write.

Link copied to clipboard

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

Link copied to clipboard

The name of the role. When Role is used in CreateRole, the role name must not be set. When Role is used in output and other input such as UpdateRole, the role name is the complete path, e.g., roles/logging.viewer for predefined roles and organizations/{ORGANIZATION_ID}/roles/logging.viewer for custom roles.

Link copied to clipboard

The current launch stage of the role. If the ALPHA launch stage has been selected for a role, the stage field will not be included in the returned definition for the role.

Link copied to clipboard

Optional. A human-readable title for the role. Typically this is limited to 100 UTF-8 bytes.