Package version:

Interface IsolatedVmAttestationConfiguration

Attestation configurations for isolated VM (e.g. TVM, CVM) of the cluster.

interface IsolatedVmAttestationConfiguration {
    attestationResourceId?: string;
    attestationServiceEndpoint?: string;
    relyingPartyServiceEndpoint?: string;
}

Properties

attestationResourceId?: string

Fully qualified Azure resource id of the Microsoft Azure attestation resource associated with this cluster.

attestationServiceEndpoint?: string

Region specific endpoint for Microsoft Azure Attestation service for the cluster

relyingPartyServiceEndpoint?: string

Region specific endpoint for relying party service.