Package | Description |
---|---|
com.oracle.bmc.vault.model |
Modifier and Type | Method and Description |
---|---|
static SecretVersion.Builder |
SecretVersion.builder()
Create a new builder.
|
SecretVersion.Builder |
SecretVersion.Builder.contentType(SecretVersion.ContentType contentType)
The content type of the secret version’s secret contents.
|
SecretVersion.Builder |
SecretVersion.Builder.copy(SecretVersion model) |
SecretVersion.Builder |
SecretVersion.Builder.isContentAutoGenerated(Boolean isContentAutoGenerated)
Boolean flag indicating whether secret content for this secret version was auto-generated
or not.
|
SecretVersion.Builder |
SecretVersion.Builder.name(String name)
The name of the secret version.
|
SecretVersion.Builder |
SecretVersion.Builder.secretId(String secretId)
The OCID of the secret.
|
SecretVersion.Builder |
SecretVersion.Builder.stages(List<SecretVersion.Stages> stages)
A list of possible rotation states for the secret version.
|
SecretVersion.Builder |
SecretVersion.Builder.timeCreated(Date timeCreated)
A optional property indicating when the secret version was created, expressed in RFC
3339 timestamp format.
|
SecretVersion.Builder |
SecretVersion.Builder.timeOfCurrentVersionExpiry(Date timeOfCurrentVersionExpiry)
An optional property indicating when the current secret version will expire, expressed in
RFC 3339 timestamp format.
|
SecretVersion.Builder |
SecretVersion.Builder.timeOfDeletion(Date timeOfDeletion)
An optional property indicating when to delete the secret version, expressed in RFC
3339 timestamp format.
|
SecretVersion.Builder |
SecretVersion.toBuilder() |
SecretVersion.Builder |
SecretVersion.Builder.versionNumber(Long versionNumber)
The version number of the secret.
|
Copyright © 2016–2024. All rights reserved.