LabelList Event

Fires once for each label returned when a secret's information is retrieved.

Syntax

ANSI (Cross Platform)
virtual int FireLabelList(GoogleSecretsLabelListEventParams *e);
typedef struct {
const char *SecretName;
const char *Name;
const char *Value; int reserved; } GoogleSecretsLabelListEventParams; Unicode (Windows) virtual INT FireLabelList(GoogleSecretsLabelListEventParams *e);
typedef struct {
LPCWSTR SecretName;
LPCWSTR Name;
LPCWSTR Value; INT reserved; } GoogleSecretsLabelListEventParams;
- (void)onLabelList:(NSString*)secretName :(NSString*)name :(NSString*)value;
#define EID_GOOGLESECRETS_LABELLIST 4

virtual INT CLOUDKEYS_CALL FireLabelList(LPSTR &lpszSecretName, LPSTR &lpszName, LPSTR &lpszValue);

Remarks

This event fires once for each label returned when GetSecretInfo is called.

SecretName reflects the name of the key.

Name reflects the name of the label.

Value reflects the value of the label.

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