INPUT_OBJECT

OrgDomainSettingsInput

link GraphQL Schema definition

1input OrgDomainSettingsInput {
4
2# The domain name for which specific authorization group and roles apply.
3domainName: String!
7
5# The ID of the authorization group associated with the domain.
6authGroupId: ID!
10
8# An array of application role IDs assigned to users registering with this domain.
9applicationRoleIds: [String]!
11}