RoleScopeLevel
Scopes valid at a single tenancy level (e.g. all organization-level scopes, or all workspace-level scopes). Part of RoleScopeCatalog.
type RoleScopeLevel {
level: String!
scopes: [String!]!
}
Fields
RoleScopeLevel.level ● String! non-null scalar
Tenancy level these scopes apply at (e.g. "organization", "workspace").
RoleScopeLevel.scopes ● [String!]! non-null scalar
The scopes valid at this level.
Member Of
RoleScopeCatalog object