Class: Google::Cloud::Video::LiveStream::V1::Encryption::SecretManagerSource
- Inherits:
-
Object
- Object
- Google::Cloud::Video::LiveStream::V1::Encryption::SecretManagerSource
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/video/livestream/v1/resources.rb
Overview
Configuration for secrets stored in Google Secret Manager.
Instance Attribute Summary collapse
-
#secret_version ⇒ ::String
Required.
Instance Attribute Details
#secret_version ⇒ ::String
1158 1159 1160 1161 |
# File 'proto_docs/google/cloud/video/livestream/v1/resources.rb', line 1158 class SecretManagerSource include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |