Skip to content

Latest commit

 

History

History
65 lines (48 loc) · 1.4 KB

File metadata and controls

65 lines (48 loc) · 1.4 KB
title policyBase resource type
description Represents an abstract base type for policy types to inherit from.
ms.localizationpriority medium
author lujiangfeng666
ms.subservice entra-sign-in
doc_type resourcePageType
ms.date 07/22/2024

policyBase resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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 JSON representation shows the resource type.

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