Uses of Class
com.azure.security.keyvault.keys.models.KeyRotationLifetimeAction
Packages that use KeyRotationLifetimeAction
Package
Description
Package containing the data models for Keys clients.
-
Uses of KeyRotationLifetimeAction in com.azure.security.keyvault.keys.models
Classes in com.azure.security.keyvault.keys.models that implement interfaces with type arguments of type KeyRotationLifetimeActionModifier and TypeClassDescriptionfinal classRepresents an action that will be performed by Key Vault over the lifetime of a key.Methods in com.azure.security.keyvault.keys.models that return KeyRotationLifetimeActionModifier and TypeMethodDescriptionstatic KeyRotationLifetimeActionKeyRotationLifetimeAction.fromJson(com.azure.json.JsonReader jsonReader) Reads a JSON stream into aKeyReleasePolicy.KeyRotationLifetimeAction.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.