Cloud Keys 2020 Kotlin Edition

Questions / Feedback?

LabelList Event

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

Syntax

public open class DefaultGooglesecretsEventListener : GooglesecretsEventListener {
  ...
  public override fun labelList(e: GooglesecretsLabelListEvent) {}
  ...
}

public class GooglesecretsLabelListEvent {
  val secretName: String?
  val name: String?
  val value: String?
}

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) 2021 /n software inc. - All rights reserved.
Cloud Keys 2020 Kotlin Edition - Version 20.0 [Build 7876]