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 status: String? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val trustModel: String? = null, val type: String)
Attestation service response message.