| title | valueBasedAttribute resource type |
|---|---|
| description | Represents an attribute backed by a static value. |
| author | rahul-nagraj |
| ms.localizationpriority | medium |
| ms.subservice | entra-id |
| doc_type | resourcePageType |
| ms.date | 06/11/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents an attribute backed by a static value.
Inherits from customClaimAttributeBase.
| Property | Type | Description |
|---|---|---|
| value | String | The static value to be used an the attribute. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.valueBasedAttribute",
"value": "String"
}