Data Encryption Response
data class DataEncryptionResponse(val primaryKeyURI: String? = null, val primaryUserAssignedIdentityId: String? = null, val type: String? = null)
Data encryption properties of a server
Constructors
Link copied to clipboard
fun DataEncryptionResponse(primaryKeyURI: String? = null, primaryUserAssignedIdentityId: String? = null, type: String? = null)