You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`id`| string | Unique identifier for the event. |
49
-
|`topic`| string | Full resource path to the event source. This field isn't writeable. Event Grid provides this value. |
50
-
|`subject`| string | The fully qualified ID of the resource that the compliance state change is for, including the resource name and resource type. Uses the format, `/subscriptions/<SubscriptionID>/resourceGroups/<ResourceGroup>/providers/<ProviderNamespace>/<ResourceType>/<ResourceName>`|
51
-
|`data`| object | Azure Policy event data. |
52
-
|`data.timestamp`| string | The time (in UTC) that the resource was scanned by Azure Policy. For ordering events, use this property instead of the top level `eventTime` or `time` properties. |
53
-
|`data.policyAssignmentId`| string | The resource ID of the policy assignment. |
54
-
|`data.policyDefinitionId`| string | The resource ID of the policy definition. |
55
-
|`data.policyDefinitionReferenceId`| string | The reference ID for the policy definition inside the initiative definition, if the policy assignment is for an initiative. May be empty. |
56
-
|`data.complianceState`| string | The compliance state of the resource with respect to the policy assignment. |
57
-
|`data.subscriptionId`| string | The subscription ID of the resource. |
58
-
|`data.complianceReasonCode`| string | The compliance reason code. May be empty. |
59
-
|`eventType`| string | One of the registered event types for this event source. |
60
-
|`eventTime`| string | The time the event is generated based on the provider's UTC time. |
61
-
|`dataVersion`| string | The schema version of the data object. The publisher defines the schema version. |
62
-
|`metadataVersion`| string | The schema version of the event metadata. Event Grid defines the schema of the top-level properties. Event Grid provides this value. |
0 commit comments