AuthSource
An interface for authentication source
interface AuthSource {
id: ID!
name: String!
description: String
roles: [AuthSourceRole!]
}
Fields
AuthSource.id ● ID! non-null scalar miscellaneous {#id}
The authentication source ID.
AuthSource.name ● String! non-null scalar miscellaneous {#name}
The name of the authentication source.
AuthSource.description ● String scalar miscellaneous {#description}
The description of the authentication source.
AuthSource.roles ● [AuthSourceRole!] list object platform {#roles}
The roles associated with the authentication source.
Returned By
authSource query ●
authSources query
Member Of
DeployedApi object
Implemented By
AuthSourceBasic object ●
AuthSourceBasicBroker object ●
AuthSourceJWT object ●
AuthSourceOpenID object ●
AuthSourceSAML object
Was this topic helpful?