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

    Interface AssociateRoleSetPermissionsAction

    Updating the Permissions on an AssociateRole generates an AssociateRolePermissionsSet Message.

    interface AssociateRoleSetPermissionsAction {
        action: "setPermissions";
        permissions?: Permission[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    action: "setPermissions"
    permissions?: Permission[]

    Overrides the current list of Permissions for the AssociateRole.