Get Attestation Provider Result
data class GetAttestationProviderResult(val attestUri: String? = null, val id: String, val location: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>, val publicNetworkAccess: String? = null, val status: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val tpmAttestationAuthentication: String? = null, val trustModel: String? = null, val type: String)
Attestation service response message.
Constructors
Link copied to clipboard
fun GetAttestationProviderResult(attestUri: String? = null, id: String, location: String, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>, publicNetworkAccess: String? = null, status: String? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, tpmAttestationAuthentication: String? = null, trustModel: String? = null, type: String)