OBJECT
Details of an SSO Group.
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! # Authentication domain name of the SSO group.authDomainName: String! }