Axinom Mosaic Libraries
    Preparing search index...

    Interface PermissionStructure

    This interface represents the Permission Structure that's used to assign permissions to service accounts.

    interface PermissionStructure {
        permissions: string[];
        serviceId: string;
    }
    Index

    Properties

    permissions: string[]
    serviceId: string