GqlApiKeyRole
Represents a role with access level for a GraphQL API key
type GqlApiKeyRole {
roleDefinitionName: String!
access: RoleAccess!
}
Fields
GqlApiKeyRole.roleDefinitionName ● String! non-null scalar
Name of the role definition
GqlApiKeyRole.access ● RoleAccess! non-null enum
Access level for this role
Member Of
GqlApiKey object