DomainRoleAssignments
Properties
| Property | Type | Attributes | Description |
|---|---|---|---|
domainId | string | Required, Identifier | The Domain ID |
principals | DomainPrincipal[] | Required | The set of principals that hold the role on the domain |
role | 'Admin' | 'Contributor' | Required, Identifier | The role assigned to the principals |
DomainPrincipal
| Property | Type | Attributes | Description |
|---|---|---|---|
type | 'User' | 'Group' | 'ServicePrincipal' | 'ServicePrincipalProfile' | 'EntireTenant' | Required | The type of the principal |
id | string | The principal ID. Ignored when 'type' is 'EntireTenant'. |