Uses of Class
com.azure.security.keyvault.keys.models.KeyRotationLifetimeAction
Packages that use KeyRotationLifetimeAction
Package
Description
Package containing classes used for representing keys, deleted keys and their attributes in
Azure Key Vault.
-
Uses of KeyRotationLifetimeAction in com.azure.security.keyvault.keys.models
Methods in com.azure.security.keyvault.keys.models that return KeyRotationLifetimeActionModifier and TypeMethodDescriptionKeyRotationLifetimeAction.setTimeAfterCreate(String timeAfterCreate) Set the time after creation to attempt to rotate in ISO 8601 duration format.KeyRotationLifetimeAction.setTimeBeforeExpiry(String timeBeforeExpiry) Set the time before expiry to attempt to rotate or notify in ISO 8601 duration format.Methods in com.azure.security.keyvault.keys.models that return types with arguments of type KeyRotationLifetimeActionModifier and TypeMethodDescriptionKeyRotationPolicy.getLifetimeActions()Get the actions that will be performed by Key Vault over the lifetime of a key.Method parameters in com.azure.security.keyvault.keys.models with type arguments of type KeyRotationLifetimeActionModifier and TypeMethodDescriptionKeyRotationPolicy.setLifetimeActions(List<KeyRotationLifetimeAction> lifetimeActions) Set the actions that will be performed by Key Vault over the lifetime of a key.