| 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 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents an abstract type for a custom claim. It contains a collection of configurations for a claim.
| Property | Type | Description |
|---|---|---|
| configurations | customClaimConfiguration collection | One or more configurations that describe how the claim is sourced and under what conditions. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customClaimBase",
"configurations": [
{
"@odata.type": "microsoft.graph.customClaimConfiguration"
}
]
}