interface AnyCertAuthnIdentity {
    cert: string;
    policy: "any_cert";
}

Hierarchy

  • CertAuthnIdentityCommon
    • AnyCertAuthnIdentity

Properties

Properties

cert: string

PEM-encoded certificate.

policy: "any_cert"

A string indicating which policy accepted this request, for use when multiple policies are listed in the endpoint configuration of app.json, or list-of-strings to identify an all_of policy.