Class: Google::Apis::CesV1::LfA2aV1MutualTlsSecurityScheme

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/ces_v1/classes.rb,
lib/google/apis/ces_v1/representations.rb,
lib/google/apis/ces_v1/representations.rb

Overview

Defines a security scheme using mTLS authentication.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ LfA2aV1MutualTlsSecurityScheme

Returns a new instance of LfA2aV1MutualTlsSecurityScheme.



5068
5069
5070
# File 'lib/google/apis/ces_v1/classes.rb', line 5068

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#descriptionString

An optional description for the security scheme. Corresponds to the JSON property description

Returns:

  • (String)


5066
5067
5068
# File 'lib/google/apis/ces_v1/classes.rb', line 5066

def description
  @description
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5073
5074
5075
# File 'lib/google/apis/ces_v1/classes.rb', line 5073

def update!(**args)
  @description = args[:description] if args.key?(:description)
end