INPUT_OBJECT
Specifies the input required for inviting new SSO groups to the current organization.
input InviteSsoGroupInput {# SSO group name.groupName: String!# List of role IDs.roleIds: [String!]!# The ID of the authentication domain.authDomainId: String}