Package com.strongdm.api
Class ManagedSecretLog
java.lang.Object
com.strongdm.api.ManagedSecretLog
ManagedSecretLog contains details about action performed against a managed
secret
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAn ID of the account the action was performed by.The action performed by the account against the managed secret.Timestamp of when action was performed.getDebug()
Any debug logs associated with the action.getId()
Unique identifier of the Managed Secret Log.An ID of the Managed Secret the action was performed against.An ID of the Secret Engine linked with the Managed Secret.void
setAccountId
(String in) An ID of the account the action was performed by.void
The action performed by the account against the managed secret.void
setCreatedAt
(Date in) Timestamp of when action was performed.void
Any debug logs associated with the action.void
Unique identifier of the Managed Secret Log.void
An ID of the Managed Secret the action was performed against.void
An ID of the Secret Engine linked with the Managed Secret.
-
Constructor Details
-
ManagedSecretLog
public ManagedSecretLog()
-
-
Method Details
-
getAccountId
An ID of the account the action was performed by. -
setAccountId
An ID of the account the action was performed by. -
getAction
The action performed by the account against the managed secret. -
setAction
The action performed by the account against the managed secret. -
getCreatedAt
Timestamp of when action was performed. -
setCreatedAt
Timestamp of when action was performed. -
getDebug
Any debug logs associated with the action. -
setDebug
Any debug logs associated with the action. -
getId
Unique identifier of the Managed Secret Log. -
setId
Unique identifier of the Managed Secret Log. -
getManagedSecretId
An ID of the Managed Secret the action was performed against. -
setManagedSecretId
An ID of the Managed Secret the action was performed against. -
getSecretEngineId
An ID of the Secret Engine linked with the Managed Secret. -
setSecretEngineId
An ID of the Secret Engine linked with the Managed Secret.
-