Encryption V2Response
data class EncryptionV2Response(val keySource: String, val keyVaultProperties: EncryptionV2ResponseKeyVaultProperties? = null)
The object that contains details of encryption used on the workspace.
Constructors
Link copied to clipboard
fun EncryptionV2Response(keySource: String, keyVaultProperties: EncryptionV2ResponseKeyVaultProperties? = null)