Uses of Class
com.oracle.bmc.vault.model.SecretSummary.LifecycleState
-
Packages that use SecretSummary.LifecycleState Package Description com.oracle.bmc.vault.model com.oracle.bmc.vault.requests -
-
Uses of SecretSummary.LifecycleState in com.oracle.bmc.vault.model
Methods in com.oracle.bmc.vault.model that return SecretSummary.LifecycleState Modifier and Type Method Description static SecretSummary.LifecycleState
SecretSummary.LifecycleState. create(String key)
SecretSummary.LifecycleState
SecretSummary. getLifecycleState()
The current lifecycle state of the secret.static SecretSummary.LifecycleState
SecretSummary.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static SecretSummary.LifecycleState[]
SecretSummary.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.vault.model with parameters of type SecretSummary.LifecycleState Modifier and Type Method Description SecretSummary.Builder
SecretSummary.Builder. lifecycleState(SecretSummary.LifecycleState lifecycleState)
The current lifecycle state of the secret.Constructors in com.oracle.bmc.vault.model with parameters of type SecretSummary.LifecycleState Constructor Description SecretSummary(String compartmentId, Map<String,Map<String,Object>> definedTags, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> systemTags, String keyId, String id, String lifecycleDetails, SecretSummary.LifecycleState lifecycleState, RotationConfig rotationConfig, Secret.RotationStatus rotationStatus, Date lastRotationTime, Date nextRotationTime, String secretName, Date timeCreated, Date timeOfCurrentVersionExpiry, Date timeOfDeletion, String vaultId, SecretGenerationContext secretGenerationContext, Boolean isAutoGenerationEnabled)
Deprecated. -
Uses of SecretSummary.LifecycleState in com.oracle.bmc.vault.requests
Methods in com.oracle.bmc.vault.requests that return SecretSummary.LifecycleState Modifier and Type Method Description SecretSummary.LifecycleState
ListSecretsRequest. getLifecycleState()
A filter that returns only resources that match the specified lifecycle state.Methods in com.oracle.bmc.vault.requests with parameters of type SecretSummary.LifecycleState Modifier and Type Method Description ListSecretsRequest.Builder
ListSecretsRequest.Builder. lifecycleState(SecretSummary.LifecycleState lifecycleState)
A filter that returns only resources that match the specified lifecycle state.
-