Skip to content

Latest commit

 

History

History
43 lines (36 loc) · 1.11 KB

File metadata and controls

43 lines (36 loc) · 1.11 KB
title customClaimBase resource type
description Represents an abstract type for a claim, contains a collection of configurations for a claim.
author rahul-nagraj
ms.localizationpriority medium
ms.subservice entra-id
doc_type resourcePageType
ms.date 06/10/2024

customClaimBase resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents an abstract type for a custom claim. It contains a collection of configurations for a claim.

Properties

Property Type Description
configurations customClaimConfiguration collection One or more configurations that describe how the claim is sourced and under what conditions.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.customClaimBase",
  "configurations": [
    {
      "@odata.type": "microsoft.graph.customClaimConfiguration"
    }
  ]
}