Axinom Mosaic Libraries
    Preparing search index...

    Interface SynchronizePermissionsCommand

    Synchronize permissions command schema

    interface SynchronizePermissionsCommand {
        permissions: Permission[];
        service_id: string;
    }
    Index

    Properties

    permissions: Permission[]

    Permissions to be synchronized

    service_id: string

    ID of the service the permissions will be synchronized for.