Organization Role Args
data class OrganizationRoleArgs(val deleted: Output<Boolean>? = null, val description: Output<String>? = null, val etag: Output<String>? = null, val includedPermissions: Output<List<String>>? = null, val name: Output<String>? = null, val organizationId: Output<String>? = null, val roleId: Output<String>? = null, val stage: Output<OrganizationRoleStage>? = null, val title: Output<String>? = null) : ConvertibleToJava<OrganizationRoleArgs>
Creates a new custom Role.
Constructors
Link copied to clipboard
fun OrganizationRoleArgs(deleted: Output<Boolean>? = null, description: Output<String>? = null, etag: Output<String>? = null, includedPermissions: Output<List<String>>? = null, name: Output<String>? = null, organizationId: Output<String>? = null, roleId: Output<String>? = null, stage: Output<OrganizationRoleStage>? = null, title: Output<String>? = null)
Functions
Properties
Link copied to clipboard
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.