Uses of Class
com.azure.resourcemanager.cosmos.models.KeyWrapMetadata
Packages that use KeyWrapMetadata
Package
Description
Package containing the data models for CosmosDBManagementClient.
-
Uses of KeyWrapMetadata in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return KeyWrapMetadataModifier and TypeMethodDescriptionstatic KeyWrapMetadata
KeyWrapMetadata.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of KeyWrapMetadata from the JsonReader.ClientEncryptionKeyResource.keyWrapMetadata()
Get the keyWrapMetadata property: Metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key.KeyWrapMetadata.withAlgorithm
(String algorithm) Set the algorithm property: Algorithm used in wrapping and unwrapping of the data encryption key.Set the name property: The name of associated KeyEncryptionKey (aka CustomerManagedKey).Set the type property: ProviderName of KeyStoreProvider.Set the value property: Reference / link to the KeyEncryptionKey.Methods in com.azure.resourcemanager.cosmos.models with parameters of type KeyWrapMetadataModifier and TypeMethodDescriptionClientEncryptionKeyGetPropertiesResource.withKeyWrapMetadata
(KeyWrapMetadata keyWrapMetadata) Set the keyWrapMetadata property: Metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key.ClientEncryptionKeyResource.withKeyWrapMetadata
(KeyWrapMetadata keyWrapMetadata) Set the keyWrapMetadata property: Metadata for the wrapping provider that can be used to unwrap the wrapped client encryption key.