Class: Google::Apis::ConnectorsV1::Secret
- Inherits:
-
Object
- Object
- Google::Apis::ConnectorsV1::Secret
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/connectors_v1/classes.rb,
lib/google/apis/connectors_v1/representations.rb,
lib/google/apis/connectors_v1/representations.rb
Overview
Secret provides a reference to entries in Secret Manager.
Instance Attribute Summary collapse
-
#secret_version ⇒ String
The resource name of the secret version in the format, format as:
projects/*/ secrets/*/versions/*.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Secret
constructor
A new instance of Secret.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Secret
Returns a new instance of Secret.
1979 1980 1981 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1979 def initialize(**args) update!(**args) end |
Instance Attribute Details
#secret_version ⇒ String
The resource name of the secret version in the format, format as: projects/*/
secrets/*/versions/*.
Corresponds to the JSON property secretVersion
1977 1978 1979 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1977 def secret_version @secret_version end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1984 1985 1986 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 1984 def update!(**args) @secret_version = args[:secret_version] if args.key?(:secret_version) end |