Package | Description |
---|---|
com.oracle.bmc.vault.model |
Modifier and Type | Method and Description |
---|---|
static SecretExpiryRule.Builder |
SecretExpiryRule.builder()
Create a new builder.
|
SecretExpiryRule.Builder |
SecretExpiryRule.Builder.copy(SecretExpiryRule model) |
SecretExpiryRule.Builder |
SecretExpiryRule.Builder.isSecretContentRetrievalBlockedOnExpiry(Boolean isSecretContentRetrievalBlockedOnExpiry)
A property indicating whether to block retrieval of the secret content, on expiry.
|
SecretExpiryRule.Builder |
SecretExpiryRule.Builder.secretVersionExpiryInterval(String secretVersionExpiryInterval)
A property indicating how long the secret contents will be considered valid, expressed in
ISO 8601 format.
|
SecretExpiryRule.Builder |
SecretExpiryRule.Builder.timeOfAbsoluteExpiry(Date timeOfAbsoluteExpiry)
An optional property indicating the absolute time when this secret will expire, expressed
in RFC 3339 timestamp format.
|
SecretExpiryRule.Builder |
SecretExpiryRule.toBuilder() |
Copyright © 2016–2024. All rights reserved.