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
Represents the effective policies associated with a user.
Properties
| Property | Type | Description |
|---|---|---|
| policyAssignment | microsoft.graph.teamsAdministration.policyAssignment | Represents details about the policy instance, including assignmentType, displayName, groupId, and policyID. |
| policyType | String | The type of the assigned policy; for example, TeamsMeetingPolicy and TeamsCallingPolicy. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamsAdministration.effectivePolicyAssignment",
"policyAssignment": {"@odata.type": "microsoft.graph.teamsAdministration.policyAssignment"},
"policyType": "String"
}