Class KeyRing (2.12.1)

KeyRing(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A KeyRing is a toplevel logical grouping of CryptoKeys.

Attributes

NameDescription
name str
Output only. The resource name for the KeyRing in the format ``projects/*/locations/*/keyRings/*``.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which this KeyRing was created.

Inheritance

builtins.object > proto.message.Message > KeyRing