Cerbos JavaScript SDK
    Preparing search index...

    Interface ServerInfo

    Information about the Cerbos policy decision point (PDP) server.

    interface ServerInfo {
        buildDate: string;
        commit: string;
        version: string;
    }
    Index

    Properties

    buildDate: string

    The time at which the PDP server binary was built.

    commit: string

    The commit SHA from which the PDP server binary was built.

    version: string

    The version of the PDP server.