Cloud Keys 2020 Node.js Edition

Questions / Feedback?

TagList Event

Fires once for each tag returned when a secret is retrieved.

Syntax

azuresecrets.on('TagList', [callback])

Callback

The 'callback' is called when the 'TagList' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.secretName
e.versionId
e.name
e.value

Remarks

This event fires once for each tag returned when GetSecret is called.

SecretName reflects the name of the secret.

VersionId reflects the Id of the secret version.

Name reflects the name of the tag.

Value reflects the value of the tag.

Copyright (c) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 Node.js Edition - Version 20.0 [Build 8157]