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.



5087
5088
5089
# File 'lib/google/apis/ces_v1/classes.rb', line 5087

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)


5085
5086
5087
# File 'lib/google/apis/ces_v1/classes.rb', line 5085

def description
  @description
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5092
5093
5094
# File 'lib/google/apis/ces_v1/classes.rb', line 5092

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