OBJECT
OrgDomainSettings
link GraphQL Schema definition
1 type OrgDomainSettings { 2 3 # The domain name for which specific authorization group and roles apply. 4 String! : 5 6 # The ID of the authorization group associated with the domain. 7 ID! : 8 9 # An array of application role IDs assigned to users registering with this domain. 10 String]! : [ 11 12 }