INPUT_OBJECT

ExistingSsoGroupInput

Description

Details of an existing SSO Group.

link GraphQL Schema definition

  • input ExistingSsoGroupInput {
  • # Id of the SSO group.
  • id: String!
  • # Specifies whether the SSO group is an org admin or not.
  • isOrgAdmin: Boolean!
  • }