Class: Jsapi::Meta::SecurityScheme::Base
- Inherits:
-
Model::Base
- Object
- Model::Base
- Jsapi::Meta::SecurityScheme::Base
- Defined in:
- lib/jsapi/meta/security_scheme/base.rb
Direct Known Subclasses
APIKey, HTTP::Basic, HTTP::Bearer, HTTP::Other, MutualTLS, OAuth2, OpenIDConnect
Constant Summary
Constants included from Model::Attributes
Model::Attributes::DEFAULT_ARRAY, Model::Attributes::DEFAULT_HASH
Instance Method Summary collapse
-
#deprecated ⇒ Object
:attr: deprecated Specifies whether or not the security scheme is deprecated.
-
#description ⇒ Object
:attr: description The description of the security scheme.
Methods inherited from Model::Base
#initialize, #inspect, #merge!, #reference?, #resolve
Methods included from Model::Attributes
Constructor Details
This class inherits a constructor from Jsapi::Meta::Model::Base
Instance Method Details
#deprecated ⇒ Object
:attr: deprecated Specifies whether or not the security scheme is deprecated. Applies to OpenAPI 3.2 and higher.
16 |
# File 'lib/jsapi/meta/security_scheme/base.rb', line 16 attribute :deprecated, values: [true, false] |
#description ⇒ Object
:attr: description The description of the security scheme.
10 |
# File 'lib/jsapi/meta/security_scheme/base.rb', line 10 attribute :description, String |