name property
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. For example, roles/logging.viewer
for
predefined roles, organizations/{ORGANIZATION_ID}/roles/myRole
for
organization-level custom roles, and projects/{PROJECT_ID}/roles/myRole
for project-level custom roles.
Implementation
core.String? name;