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 {#id}

The user ID.

AuthSourceBasicUser.name ● String! non-null scalar miscellaneous {#name}

The user name.

AuthSourceBasicUser.enabled ● Boolean scalar miscellaneous {#enabled}

Indicates whether the user is active or not.

AuthSourceBasicUser.groups ● [ID!] list scalar miscellaneous {#groups}

The group IDs which the user is part of.

Member Of

AuthSourceBasic object ●  AuthSourceBasicBroker object

On this Page