Encryption Properties Response
data class EncryptionPropertiesResponse(val identity: EncryptionPropertiesResponseIdentity? = null, val keyUrl: String? = null)
Key and identity details for Customer Managed Key encryption of load test resource
Constructors
Link copied to clipboard
fun EncryptionPropertiesResponse(identity: EncryptionPropertiesResponseIdentity? = null, keyUrl: String? = null)