TagList Event

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

Object Oriented Interface

public function fireTagList($param);

Procedural Interface

cloudkeys_azuresecrets_register_callback($res, 9, array($this, 'fireTagList'));

Parameter List


'secretname'
'versionid'
'name'
'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 PHP Edition - Version 20.0 [Build 8157]