Class: Google::Cloud::SecretManager::V1beta2::Rotation
- Inherits:
-
Object
- Object
- Google::Cloud::SecretManager::V1beta2::Rotation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/secretmanager/v1beta2/resources.rb
Overview
The rotation time and period for a Secret. At next_rotation_time, Secret Manager will send a Pub/Sub notification to the topics configured on the Secret. Secret.topics must be set to configure rotation.
Instance Attribute Summary collapse
-
#next_rotation_time ⇒ ::Google::Protobuf::Timestamp
Optional.
-
#rotation_period ⇒ ::Google::Protobuf::Duration
Input only.
Instance Attribute Details
#next_rotation_time ⇒ ::Google::Protobuf::Timestamp
463 464 465 466 |
# File 'proto_docs/google/cloud/secretmanager/v1beta2/resources.rb', line 463 class Rotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#rotation_period ⇒ ::Google::Protobuf::Duration
463 464 465 466 |
# File 'proto_docs/google/cloud/secretmanager/v1beta2/resources.rb', line 463 class Rotation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |