{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.identityGovernance.triggerAttribute", "title": "triggerAttribute", "required": [ "@odata.type" ], "type": "object", "properties": { "name": { "type": "string", "description": "The name of the trigger attribute that is changed to trigger an attributeChangeTrigger workflow." }, "@odata.type": { "type": "string" } } }