@Generated(value="OracleSDKGenerator", comments="API Version: 20180608") public final class SecretSummary extends Object
The details of the secret, excluding the contents of the secret.
Note: Objects should always be created or deserialized using the SecretSummary.Builder
. This model distinguishes fields
that are null
because they are unset from fields that are explicitly set to null
. This is done in
the setter methods of the SecretSummary.Builder
, which maintain a set of all explicitly set fields called
__explicitlySet__
. The hashCode()
and equals(Object)
methods are implemented to take
__explicitlySet__
into account. The constructor, on the other hand, does not set __explicitlySet__
(since the constructor cannot distinguish explicit null
from unset null
).
Modifier and Type | Class and Description |
---|---|
static class |
SecretSummary.Builder |
static class |
SecretSummary.LifecycleState
The current lifecycle state of the secret.
|
Constructor and Description |
---|
SecretSummary(String compartmentId,
Map<String,Map<String,Object>> definedTags,
String description,
Map<String,String> freeformTags,
String keyId,
String id,
String lifecycleDetails,
SecretSummary.LifecycleState lifecycleState,
String secretName,
Date timeCreated,
Date timeOfCurrentVersionExpiry,
Date timeOfDeletion,
String vaultId)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static SecretSummary.Builder |
builder()
Create a new builder.
|
boolean |
equals(Object o) |
Set<String> |
get__explicitlySet__() |
String |
getCompartmentId()
The OCID of the compartment that contains the secret.
|
Map<String,Map<String,Object>> |
getDefinedTags()
Defined tags for this resource.
|
String |
getDescription()
A brief description of the secret.
|
Map<String,String> |
getFreeformTags()
Free-form tags for this resource.
|
String |
getId()
The OCID of the secret.
|
String |
getKeyId()
The OCID of the master encryption key that is used to encrypt the secret.
|
String |
getLifecycleDetails()
Additional information about the secret’s current lifecycle state.
|
SecretSummary.LifecycleState |
getLifecycleState()
The current lifecycle state of the secret.
|
String |
getSecretName()
The name of the secret.
|
Date |
getTimeCreated()
A property indicating when the secret was created, expressed in RFC 3339 timestamp format.
|
Date |
getTimeOfCurrentVersionExpiry()
An optional property indicating when the current secret version will expire, expressed in RFC 3339 timestamp format.
|
Date |
getTimeOfDeletion()
An optional property indicating when to delete the secret, expressed in RFC 3339 timestamp format.
|
String |
getVaultId()
The OCID of the Vault in which the secret exists
|
int |
hashCode() |
SecretSummary.Builder |
toBuilder() |
String |
toString() |
@ConstructorProperties(value={"compartmentId","definedTags","description","freeformTags","keyId","id","lifecycleDetails","lifecycleState","secretName","timeCreated","timeOfCurrentVersionExpiry","timeOfDeletion","vaultId"}) @Deprecated public SecretSummary(String compartmentId, Map<String,Map<String,Object>> definedTags, String description, Map<String,String> freeformTags, String keyId, String id, String lifecycleDetails, SecretSummary.LifecycleState lifecycleState, String secretName, Date timeCreated, Date timeOfCurrentVersionExpiry, Date timeOfDeletion, String vaultId)
public static SecretSummary.Builder builder()
Create a new builder.
public SecretSummary.Builder toBuilder()
public String getCompartmentId()
The OCID of the compartment that contains the secret.
public Map<String,Map<String,Object>> getDefinedTags()
Defined tags for this resource. Each key is predefined and scoped to a namespace.
For more information, see Resource Tags.
Example: {\"Operations\": {\"CostCenter\": \"42\"}}
public String getDescription()
A brief description of the secret.
public Map<String,String> getFreeformTags()
Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace.
For more information, see Resource Tags.
Example: {\"Department\": \"Finance\"}
public String getKeyId()
The OCID of the master encryption key that is used to encrypt the secret.
public String getId()
The OCID of the secret.
public String getLifecycleDetails()
Additional information about the secret’s current lifecycle state.
public SecretSummary.LifecycleState getLifecycleState()
The current lifecycle state of the secret.
public String getSecretName()
The name of the secret.
public Date getTimeCreated()
A property indicating when the secret was created, expressed in RFC 3339 timestamp format.
Example: 2019-04-03T21:10:29.600Z
public Date getTimeOfCurrentVersionExpiry()
An optional property indicating when the current secret version will expire, expressed in RFC 3339 timestamp format.
Example: 2019-04-03T21:10:29.600Z
public Date getTimeOfDeletion()
An optional property indicating when to delete the secret, expressed in RFC 3339 timestamp format.
Example: 2019-04-03T21:10:29.600Z
public String getVaultId()
The OCID of the Vault in which the secret exists
Copyright © 2016–2021. All rights reserved.