INPUT_OBJECT
Details of a new SSO Group that has not yet been authorized on Rubrik.
input NewSsoGroupInput {# Authentication domain ID of the SSO group.authDomainId: String# Specifies whether the SSO group is an org admin or not.isOrgAdmin: Boolean!# Name of the SSO group.name: String!}