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.voidsetAccountId(String in) An ID of the account the action was performed by.voidThe action performed by the account against the managed secret.voidsetCreatedAt(Date in) Timestamp of when action was performed.voidAny debug logs associated with the action.voidUnique identifier of the Managed Secret Log.voidAn ID of the Managed Secret the action was performed against.voidAn 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.
-