Edit

attributeSetEntry resource type

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"
}