Last updated
Was this helpful?
Was this helpful?
{
"accountId": string,
"accountName": string,
"assetType": string,
"integrationId": string,
"integrationIdentifier": string,
"integrationName": string,
"notificationType": string, // "Drift"|"UnmanagedResource"|"GhostResource"|"InsightDetected"
"providerType": string, // "aws"|"gcp"|"azurerm"|""
"region": string,
"samples": [
{
"ARN": string,
"FRN": string,
"crawlerId": string,
"drifts": [ // only present if notificationType == "Drift"
{
"iacType": string, // "terraform"|"cloudformation"|...
"iacValue": string,
"keyName": string,
"providerValue": string
}
],
"firstSeen": string, // 1999-01-31T23:59:59.999999999Z format
"inventoryUpdateTime": string, // 1999-01-31T23:59:59.999999999Z format
"isChild": bool,
"isCrawlerEventDriven": bool,
"isExcluded": bool,
"isLocked": bool,
"lastResourceStateChange": string, // 1999-01-31T23:59:59.999999999Z format
"name": string,
"ownerData": {
"ActionType": string,
"eventName": string,
"eventTime": string, // 1999-01-31T23:59:59.999999999Z format
"otherOwnerData": null,
"userIdentity": {
"displayName": string,
"initials": string,
"type": string
},
"workflowId": string
}
}
],
"workflowId": string
}