ISPO SDK
    Preparing search index...

    Interface EntityGrantInput

    Markdown
    interface EntityGrantInput {
        constraints?: {
            expiresAt?: string;
            fields?: string[];
            requiresUserConfirmation?: boolean;
            where?: EntityJsonObject;
        };
        entityId?: string;
        permissions: EntityOperation[];
        subject: Principal;
        type?: string;
    }

    Hierarchy

    Index
    constraints?: {
        expiresAt?: string;
        fields?: string[];
        requiresUserConfirmation?: boolean;
        where?: EntityJsonObject;
    }
    entityId?: string
    permissions: EntityOperation[]
    subject: Principal
    type?: string