roleAssignment resource type
Namespace: microsoft.graph.managedTenants
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents the role assignment to a signed-in user for a managed tenant.
Properties
Property | Type | Description |
---|---|---|
assignmentType | delegatedPrivilegeStatus | The type of the admin relationship(s) associated with the role assignment. Possible values are: none , delegatedAdminPrivileges , unknownFutureValue , granularDelegatedAdminPrivileges , delegatedAndGranularDelegetedAdminPrivileges . Note that you must use the Prefer: include-unknown-enum-members request header to get the following values from this evolvable enum: granularDelegatedAdminPrivileges , delegatedAndGranularDelegetedAdminPrivileges . |
roles | microsoft.graph.managedTenants.roleDefinition collection | The collection of roles assigned. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.managedTenants.roleAssignment",
"assignmentType": "String",
"roles": [
{
"@odata.type": "microsoft.graph.managedTenants.roleDefinition"
}
]
}