Cloud Keys 2020 Kotlin Edition

Questions / Feedback?

KeyRingList Event

Fires once for each key ring when listing key rings.

Syntax

public open class DefaultGooglekmsEventListener : GooglekmsEventListener {
  ...
  public override fun keyRingList(e: GooglekmsKeyRingListEvent) {}
  ...
}

public class GooglekmsKeyRingListEvent {
  val name: String?
  val creationDate: String?
}

Remarks

This event fires once for each key ring returned when ListKeyRings or GetKeyRingInfo is called.

Name reflects the name of the key ring.

CreationDate reflects the key ring's creation date, formatted as an RFC 3339 UTC timestamp.

 
 
Copyright (c) 2021 /n software inc. - All rights reserved.
Cloud Keys 2020 Kotlin Edition - Version 20.0 [Build 7876]