Class: Google::Apis::CesV1::LfA2aV1MutualTlsSecurityScheme
- Inherits:
-
Object
- Object
- Google::Apis::CesV1::LfA2aV1MutualTlsSecurityScheme
- 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
-
#description ⇒ String
An optional description for the security scheme.
Instance Method Summary collapse
-
#initialize(**args) ⇒ LfA2aV1MutualTlsSecurityScheme
constructor
A new instance of LfA2aV1MutualTlsSecurityScheme.
-
#update!(**args) ⇒ Object
Update properties of this object.
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
#description ⇒ String
An optional description for the security scheme.
Corresponds to the JSON property description
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 |