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 identifier details of a Teams policy, including the policy name and its unique ID.
Inherits from entity.
Methods
None.
Properties
Property | Type | Description |
---|---|---|
name | String | The display name of the policy instance. |
policyId | String | The unique ID associated with the policy instance. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.teamsAdministration.policyIdentifierDetail",
"name": "String",
"policyId": "String"
}