App-Role Events

These are the event raised by the /api/app-roles endpoint.

bolt/app-role-created

This event is raised when an app-role association is created.

event object

A standard Bolt event.

{
    "name": String, //the name of the event, in this case 'app-role-created'
    "publisher": String, //the name of the app that published, in this case 'bolt'
    "body": Object //an object representing the app-role that has just been created
}

bolt/app-role-deleted

This event is raised when an app-role association is deleted.

event object

A standard Bolt event.

{
    "name": String, //the name of the event, in this case 'app-role-deleted'
    "publisher": String, //the name of the app that published, in this case 'bolt'
    "body": Object //an object representing the app-role that has just been deleted
}

bolt/app-role-updated

This event is raised when an app-role association is updated.

event object

A standard Bolt event.

{
    "name": String, //the name of the event, in this case 'app-role-updated'
    "publisher": String, //the name of the app that published, in this case 'bolt'
    "body": Object //an object representing the app-role that has just been updated
}

results matching ""

    No results matching ""