Waiting for engine...
Skip to main content

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

On this Page