Removing a Permission from an AssociateRole generates an AssociateRolePermissionRemoved Message.

interface AssociateRoleRemovePermissionAction {
    action: "removePermission";
    permission: string;
}

Properties

Properties

action: "removePermission"
permission: string

Permission to be removed from the AssociateRole.

Generated using TypeDoc