Package com.strongdm.api
Class ManagedSecret
java.lang.Object
com.strongdm.api.ManagedSecret
ManagedSecret contains details about managed secret
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionpublic part of the secret valueTimestamp of when secret is going to be rotatedgetId()
Unique identifier of the Managed Secret.Timestamp of when secret was last rotatedgetName()
Unique human-readable name of the Managed Secret.Password and rotation policy for the secretAn ID of a Secret Engine linked with the Managed Secret.Path in a secret store.getTags()
Tags is a map of key, value pairs.byte[]
getValue()
Sensitive value of the secret.void
public part of the secret valuevoid
setExpiresAt
(Date in) Timestamp of when secret is going to be rotatedvoid
Unique identifier of the Managed Secret.void
setLastRotatedAt
(Date in) Timestamp of when secret was last rotatedvoid
Unique human-readable name of the Managed Secret.void
Password and rotation policy for the secretvoid
An ID of a Secret Engine linked with the Managed Secret.void
Path in a secret store.void
Tags is a map of key, value pairs.void
setValue
(byte[] in) Sensitive value of the secret.
-
Constructor Details
-
ManagedSecret
public ManagedSecret()
-
-
Method Details
-
getConfig
public part of the secret value -
setConfig
public part of the secret value -
getExpiresAt
Timestamp of when secret is going to be rotated -
setExpiresAt
Timestamp of when secret is going to be rotated -
getId
Unique identifier of the Managed Secret. -
setId
Unique identifier of the Managed Secret. -
getLastRotatedAt
Timestamp of when secret was last rotated -
setLastRotatedAt
Timestamp of when secret was last rotated -
getName
Unique human-readable name of the Managed Secret. -
setName
Unique human-readable name of the Managed Secret. -
getPolicy
Password and rotation policy for the secret -
setPolicy
Password and rotation policy for the secret -
getSecretEngineId
An ID of a Secret Engine linked with the Managed Secret. -
setSecretEngineId
An ID of a Secret Engine linked with the Managed Secret. -
getSecretStorePath
Path in a secret store. -
setSecretStorePath
Path in a secret store. -
getTags
Tags is a map of key, value pairs. -
setTags
Tags is a map of key, value pairs. -
getValue
public byte[] getValue()Sensitive value of the secret. -
setValue
public void setValue(byte[] in) Sensitive value of the secret.
-