@gradientedge/commercetools-utils
    Preparing search index...

    Interface AssociateRoleRemovePermissionAction

    Removing a Permission from an AssociateRole generates an AssociateRolePermissionRemoved Message.

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

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "removePermission"
    permission: Permission

    Permission to be removed from the AssociateRole.