Cloud Keys 2020 Kotlin Edition

Questions / Feedback?

TagList Event

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

Syntax

public open class DefaultAzuresecretsEventListener : AzuresecretsEventListener {
  ...
  public override fun tagList(e: AzuresecretsTagListEvent) {}
  ...
}

public class AzuresecretsTagListEvent {
  val secretName: String?
  val versionId: String?
  val name: String?
  val value: String?
}

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