NextGIS Frontend
    Preparing search index...
    interface Permission {
        action: string;
        identity: string;
        permission: string;
        principal: { id: number };
        propagate: boolean;
        scope: string;
    }
    Index

    Properties

    action: string
    identity: string
    permission: string
    principal: { id: number }
    propagate: boolean
    scope: string