Waiting for engine...
Skip to main content

AuthSourceBasicGroup

No description

type AuthSourceBasicGroup {
id: ID!
name: String!
description: String
roles: [ID!]
}

Fields

AuthSourceBasicGroup.id ● ID! non-null scalar miscellaneous

The group ID.

AuthSourceBasicGroup.name ● String! non-null scalar miscellaneous

The group name.

AuthSourceBasicGroup.description ● String scalar miscellaneous

The group description.

AuthSourceBasicGroup.roles ● [ID!] list scalar miscellaneous

The roles tied to the group.

Member Of

AuthSourceBasic object ●  AuthSourceBasicBroker object

On this Page