Cerbos JavaScript SDK
    Preparing search index...

    Interface CheckResourcesResultMetadata

    Additional information about how policy decisions were reached.

    interface CheckResourcesResultMetadata {
        actions: Record<string, CheckResourcesResultMetadataEffect>;
        effectiveDerivedRoles: string[];
    }
    Index

    Properties

    Additional information about how the policy decision was reached for each action.

    effectiveDerivedRoles: string[]

    The derived roles that were applied to the principal for the resource.