INPUT_OBJECT

NewSsoGroupInput

Description

Details of a new SSO Group that has not yet been authorized on Rubrik.

link GraphQL Schema definition

  • input NewSsoGroupInput {
  • # Name of the SSO group.
  • name: String!
  • # Specifies whether the SSO group is an org admin or not.
  • isOrgAdmin: Boolean!
  • }