Interface DiscoveryCacheIdentity

interface DiscoveryCacheIdentity {
    authorizationScopeDigest: `sha256:${string}`;
    endpoint: string;
    key: string;
    protocol: "auto" | Protocol;
    version: 1;
}

Properties

authorizationScopeDigest: `sha256:${string}`
endpoint: string
key: string
protocol: "auto" | Protocol
version