Class KMSSettings (0.4.2)

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

Settings specific to the Key Management Service. .. attribute:: next_rotation_time

Required. Input only. Immutable. The time at which the Key Management Service will automatically create a new version of the crypto key and mark it as the primary.

:type: google.protobuf.timestamp_pb2.Timestamp

Attribute

NameDescription
rotation_period google.protobuf.duration_pb2.Duration
Required. Input only. Immutable. [next_rotation_time] will be advanced by this period when the Key Management Service automatically rotates a key. Must be at least 24 hours and at most 876,000 hours.