Anchorage API reference
    Preparing search index...

    The server-derived permissions for one trusted execution principal.

    interface PrincipalPermissionResolution {
        permissions: readonly string[];
        policyVersion: string;
    }
    Index

    Properties

    permissions: readonly string[]

    Exact permission identifiers granted by this policy snapshot.

    policyVersion: string

    Stable version or hash identifying the policy snapshot used. Must be non-blank, at most 200 characters, and free of ASCII control characters; anything else is malformed output and fails closed.