Cerbos JavaScript SDK
    Preparing search index...

    Interface CheckResourcesResultResource

    A resource that was checked.

    interface CheckResourcesResultResource {
        id: string;
        kind: string;
        policyVersion: string;
        scope: string;
    }
    Index

    Properties

    id: string

    The unique identifier of the resource.

    kind: string

    The type of resource.

    policyVersion: string

    The policy version against which the check was performed.

    scope: string

    The policy scope against which the check was performed.