Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.identityGovernance
Represents a key-value pair in an attribute set. This object is configured in the attributeSetEntries property of the provisioningObjectWorkflowSubject resource.
Methods
None.
Properties
| Property | Type | Description |
|---|---|---|
| name | String | The name (key) of the attribute. |
| value | String | The value of the attribute. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityGovernance.attributeSetEntry",
"name": "String",
"value": "String"
}