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 details of a policy instance, such as displayName and groupId.
Properties
| Property | Type | Description |
|---|---|---|
| assignmentType | microsoft.graph.teamsAdministration.assignmentType | The type of assignment: group for group-based assignment, direct for user-based assignment. The possible values are: direct, group, unknownFutureValue. |
| displayName | String | Represents the name of the policy. |
| groupId | String | Represents the group identifier. |
| policyId | String | Represents the unique identifier for the policy. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamsAdministration.policyAssignment",
"assignmentType": "String",
"displayName": "String",
"groupId": "String",
"policyId": "String"
}