Cloud Keys 2020 Python Edition

Questions / Feedback?

on_key_ring_list Event

Fires once for each key ring when listing key rings.

Syntax

class GoogleKMSKeyRingListEventParams(object):
  @property
  def name() -> str: ...
  @property
  def creation_date() -> str: ...

# In class GoogleKMS:
@property
def on_key_ring_list() -> Callable[[GoogleKMSKeyRingListEventParams], None]: ...
@on_key_ring_list.setter
def on_key_ring_list(event_hook: Callable[[GoogleKMSKeyRingListEventParams], None]) -> None: ...

Remarks

This event fires once for each key ring returned when list_key_rings or get_key_ring_info 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) 2022 /n software inc. - All rights reserved.
Cloud Keys 2020 Python Edition - Version 20.0 [Build 8157]