TdxQuotePolicy is the TDX-specific quote policy.

interface SGXPcsTdxQuotePolicy {
    allowed_tdx_modules?: SGXPcsTdxModulePolicy[];
}

Properties

allowed_tdx_modules?: SGXPcsTdxModulePolicy[]

AllowedTdxModules are the allowed TDX modules. Empty to allow ANY Intel-signed module.