OBJECT

SsoGroup

Description

Details of an SSO Group.

link GraphQL Schema definition

  • type SsoGroup {
  • # Specifies whether the users in the group are org admins.
  • isOrgAdmin: Boolean!
  • # ID of the SSO Group.
  • id: String!
  • # Name of the SSO Group.
  • name: String!
  • }