Cerbos JavaScript SDK
    Preparing search index...

    Interface ResourceCheck

    A Resource and list of actions on which to check a principal's permissions.

    interface ResourceCheck {
        actions: string[];
        resource: Resource;
    }
    Index

    Properties

    Properties

    actions: string[]

    The actions to check.

    resource: Resource

    The resource to check.