Method: Akeyless::GenerateCsr.openapi_types
- Defined in:
- lib/akeyless/models/generate_csr.rb
.openapi_types ⇒ Object
Attribute type mapping.
117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 |
# File 'lib/akeyless/models/generate_csr.rb', line 117 def self.openapi_types { :'alg' => :'String', :'alt_names' => :'String', :'certificate_type' => :'String', :'city' => :'String', :'common_name' => :'String', :'country' => :'String', :'critical' => :'Boolean', :'dep' => :'String', :'email_addresses' => :'String', :'export_private_key' => :'Boolean', :'generate_key' => :'Boolean', :'hash_algorithm' => :'String', :'ip_addresses' => :'String', :'json' => :'Boolean', :'key_type' => :'String', :'name' => :'String', :'org' => :'String', :'split_level' => :'Integer', :'state' => :'String', :'token' => :'String', :'uid_token' => :'String', :'uri_sans' => :'String' } end |