Uses of Class
com.azure.security.keyvault.keys.models.KeyProperties
Packages that use KeyProperties
Package
Description
Package containing the data models for Keys clients.
-
Uses of KeyProperties in com.azure.security.keyvault.keys
Methods in com.azure.security.keyvault.keys that return types with arguments of type KeyPropertiesModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedFlux<KeyProperties> KeyAsyncClient.listPropertiesOfKeys()Listkeysin the key vault.com.azure.core.http.rest.PagedIterable<KeyProperties> KeyClient.listPropertiesOfKeys()Listkeysin the key vault.com.azure.core.http.rest.PagedIterable<KeyProperties> KeyClient.listPropertiesOfKeys(com.azure.core.util.Context context) Listkeysin the key vault.com.azure.core.http.rest.PagedFlux<KeyProperties> KeyAsyncClient.listPropertiesOfKeyVersions(String name) List all versions of the specifiedkeys.com.azure.core.http.rest.PagedIterable<KeyProperties> KeyClient.listPropertiesOfKeyVersions(String name) List all versions of the specifiedkeys.com.azure.core.http.rest.PagedIterable<KeyProperties> KeyClient.listPropertiesOfKeyVersions(String name, com.azure.core.util.Context context) List all versions of the specifiedkeys.Methods in com.azure.security.keyvault.keys with parameters of type KeyPropertiesModifier and TypeMethodDescriptionKeyAsyncClient.updateKeyProperties(KeyProperties keyProperties, KeyOperation... keyOperations) Updates theattributesandkey operationsassociated with the specifiedkey, but not the cryptographic key material of the specifiedkeyin the key vault.KeyClient.updateKeyProperties(KeyProperties keyProperties, KeyOperation... keyOperations) Updates theattributesandkey operationsassociated with the specifiedkey, but not the cryptographic key material of the specifiedkeyin the key vault.Mono<com.azure.core.http.rest.Response<KeyVaultKey>> KeyAsyncClient.updateKeyPropertiesWithResponse(KeyProperties keyProperties, KeyOperation... keyOperations) Updates theattributesandkey operationsassociated with the specifiedkey, but not the cryptographic key material of the specifiedkeyin the key vault.com.azure.core.http.rest.Response<KeyVaultKey> KeyClient.updateKeyPropertiesWithResponse(KeyProperties keyProperties, com.azure.core.util.Context context, KeyOperation... keyOperations) Updates theattributesandkey operationsassociated with the specifiedkey, but not the cryptographic key material of the specifiedkeyin the key vault. -
Uses of KeyProperties in com.azure.security.keyvault.keys.models
Subclasses of KeyProperties in com.azure.security.keyvault.keys.modelsModifier and TypeClassDescriptionclassRepresents the configurable options to import a key.Classes in com.azure.security.keyvault.keys.models that implement interfaces with type arguments of type KeyPropertiesModifier and TypeClassDescriptionclassKeyPropertiesis the resource containing all the properties of the key except itsJsonWebKeymaterial.Methods in com.azure.security.keyvault.keys.models that return KeyPropertiesModifier and TypeMethodDescriptionstatic KeyPropertiesKeyProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads a JSON stream into aKeyProperties.KeyVaultKey.getProperties()Get the key properties.KeyProperties.setEnabled(Boolean enabled) Set a value that indicates if the key is enabled.KeyProperties.setExpiresOn(OffsetDateTime expiresOn) Set thekey expiration timein UTC.KeyProperties.setExportable(Boolean exportable) Set a flag that indicates if the private key can be exported.KeyProperties.setNotBefore(OffsetDateTime notBefore) Set thekey's notBefore timein UTC.KeyProperties.setReleasePolicy(KeyReleasePolicy releasePolicy) Set the policy rules under which the key can be exported.Set the tags to be associated with the key.