Waiting for engine...
Skip to main content

AuthSourceBasicUser

Represent a user tied to a Basic authentication source.

type AuthSourceBasicUser {
id: ID!
name: String!
enabled: Boolean
groups: [ID!]
}

Fields

AuthSourceBasicUser.id ● ID! non-null scalar miscellaneous

The user ID.

AuthSourceBasicUser.name ● String! non-null scalar miscellaneous

The user name.

AuthSourceBasicUser.enabled ● Boolean scalar miscellaneous

Indicates whether the user is active or not.

AuthSourceBasicUser.groups ● [ID!] list scalar miscellaneous

The group IDs which the user is part of.

Member Of

AuthSourceBasic object ●  AuthSourceBasicBroker object

On this Page