Uses of Class
com.azure.resourcemanager.netapp.models.EncryptionIdentity
Packages that use EncryptionIdentity
Package
Description
Package containing the data models for NetAppManagementClient.
-
Uses of EncryptionIdentity in com.azure.resourcemanager.netapp.models
Methods in com.azure.resourcemanager.netapp.models that return EncryptionIdentityModifier and TypeMethodDescriptionstatic EncryptionIdentity
EncryptionIdentity.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of EncryptionIdentity from the JsonReader.AccountEncryption.identity()
Get the identity property: Identity used to authenticate to KeyVault.EncryptionIdentity.withFederatedClientId
(String federatedClientId) Set the federatedClientId property: ClientId of the multi-tenant AAD Application.EncryptionIdentity.withUserAssignedIdentity
(String userAssignedIdentity) Set the userAssignedIdentity property: The ARM resource identifier of the user assigned identity used to authenticate with key vault.Methods in com.azure.resourcemanager.netapp.models with parameters of type EncryptionIdentityModifier and TypeMethodDescriptionAccountEncryption.withIdentity
(EncryptionIdentity identity) Set the identity property: Identity used to authenticate to KeyVault.