class Google::Apis::ConnectorsV1::Secret

Secret provides a reference to entries in Secret Manager.

Attributes

secret_version[RW]

The resource name of the secret version in the format, format as: ‘projects/*/ secrets//versions/`. Corresponds to the JSON property `secretVersion` @return [String]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/connectors_v1/classes.rb, line 1891
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/connectors_v1/classes.rb, line 1896
def update!(**args)
  @secret_version = args[:secret_version] if args.key?(:secret_version)
end