AuthSourceRole
A role associated with authentication source
type AuthSourceRole {
id: ID!
name: String!
description: String
}
Fields
AuthSourceRole.id ● ID! non-null scalar miscellaneous
The authentication source role ID.
AuthSourceRole.name ● String! non-null scalar miscellaneous
The authentication source role name.
AuthSourceRole.description ● String scalar miscellaneous
The authentication source role description.
Member Of
AuthSource interface ●
AuthSourceBasic object ●
AuthSourceBasicBroker object ●
AuthSourceJWT object ●
AuthSourceOpenID object ●
AuthSourceSAML object ●
DeployedApi object
Was this topic helpful?