Method: Akeyless::CreateUSC.openapi_types
- Defined in:
- lib/akeyless/models/create_usc.rb
.openapi_types ⇒ Object
Attribute type mapping.
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 |
# File 'lib/akeyless/models/create_usc.rb', line 87 def self.openapi_types { :'azure_kv_name' => :'String', :'delete_protection' => :'String', :'description' => :'String', :'gcp_project_id' => :'String', :'item_custom_fields' => :'Hash<String, String>', :'json' => :'Boolean', :'k8s_namespace' => :'String', :'name' => :'String', :'tags' => :'Array<String>', :'target_to_associate' => :'String', :'token' => :'String', :'uid_token' => :'String', :'usc_prefix' => :'String', :'use_prefix_as_filter' => :'String' } end |