Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.teamsAdministration
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 root entity for managing Teams policy assignments. It provides access to user policy assignments and supports the resolution of policy IDs.
Inherits from entity.
Methods
| Method | Return type | Description |
|---|---|---|
| Get policy ID | microsoft.graph.teamsAdministration.policyIdentifierDetail collection | Get the policy ID for a given policy name and policy type within Teams administration. |
Properties
None.
Relationships
| Relationship | Type | Description |
|---|---|---|
| userAssignments | microsoft.graph.teamsAdministration.teamsPolicyUserAssignment collection | The collection of user policy assignments. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamsAdministration.teamsPolicyAssignment"
}