Method: Akeyless::SAMLAttribute.openapi_types
- Defined in:
- lib/akeyless/models/saml_attribute.rb
.openapi_types ⇒ Object
Attribute type mapping.
36 37 38 39 40 41 |
# File 'lib/akeyless/models/saml_attribute.rb', line 36 def self.openapi_types { :'name' => :'String', :'values' => :'Array<String>' } end |