title | description | ms.localizationpriority | author | ms.subservice | doc_type |
---|---|---|---|---|---|
policyBase resource type |
Represents an abstract base type for policy types to inherit from. |
medium |
lujiangfeng666 |
entra-sign-in |
resourcePageType |
Namespace: microsoft.graph
Represents an abstract base type for policy types to inherit from. Inherits from directoryObject.
None
Property | Type | Description |
---|---|---|
id | String | Unique identifier for this policy. Read-only. Inherited from directoryObject. |
description | String | Description for this policy. Required. |
displayName | String | Display name for this policy. Required. |
None
The following JSON representation shows the resource type.
{
"id": "String (identifier)",
"description": "String",
"displayName": "String"
}