Waiting for engine...
Skip to main content

AuthSource

An interface for authentication source

interface AuthSource {
id: ID!
name: String!
description: String
roles: [AuthSourceRole!]
}

Fields

AuthSource.id ● ID! non-null scalar miscellaneous

The authentication source ID.

AuthSource.name ● String! non-null scalar miscellaneous

The name of the authentication source.

AuthSource.description ● String scalar miscellaneous

The description of the authentication source.

AuthSource.roles ● [AuthSourceRole!] list object platform

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

On this Page