policyBase resource type

Namespace: microsoft.graph

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 an abstract base type for policy types to inherit from. Inherits from directoryObject.

Methods

None

Properties

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.

Relationships

None

JSON representation

The following is a JSON representation of the resource.

{
  "id": "String (identifier)",
  "description": "String",
  "displayName": "String"
}