OBJECT
Details of an SSO Group.
type SsoGroup {# Authentication domain name of the SSO group.authDomainName: String! # ID of the SSO Group.id: String! # Specifies whether the users in the group are org admins.isOrgAdmin: Boolean! # Name of the SSO Group.name: String! }