Encryption Identity Response
data class EncryptionIdentityResponse(val encryptionFederatedIdentityClientId: String? = null, val encryptionUserAssignedIdentity: String? = null)
Encryption identity for the storage account.
Constructors
Link copied to clipboard
fun EncryptionIdentityResponse(encryptionFederatedIdentityClientId: String? = null, encryptionUserAssignedIdentity: String? = null)