ServiceNow CMDB CI relationship sync: faster, more complete →
Mods
Turbot

Policy: Turbot > Firehose > AWS SNS > Notification Template > Active Grants Deleted

Template for active grants deleted events sent via SNS.

Resource Types

This policy targets the following resource types:

Primary Policy

This policy is used with the following primary policy:

Policy Specification

Schema Type
string
Default
{% input %}
query notificationGet($id: ID!) {
  notification(id: $id) {
    notificationType
    actor {
      identity {
        picture
        turbot {
          title
          id
        }
        title
      }
    }
    turbot {
      id
      createTimestamp
    }
    oldActiveGrant {
      grant {
        type {
          trunk {
            title
          }
        }
        level {
          trunk {
            title
          }
        }
        resource {
          trunk {
            title
          }
        }
        identity {
          trunk {
            title
          }
        }
      }
      resource {
        trunk {
          title
        }
      }
    }
  }
}
{% endinput %}

notification: {{ $.notification | dump | safe }}

Category

In Your Workspace

Developers