Method: Akeyless::EventForwarderCreateWebhook.openapi_types
- Defined in:
- lib/akeyless/models/event_forwarder_create_webhook.rb
.openapi_types ⇒ Object
Attribute type mapping.
114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 |
# File 'lib/akeyless/models/event_forwarder_create_webhook.rb', line 114 def self.openapi_types { :'auth_methods_event_source_locations' => :'Array<String>', :'auth_token' => :'String', :'auth_type' => :'String', :'client_cert_data' => :'String', :'description' => :'String', :'event_types' => :'Array<String>', :'every' => :'String', :'gateways_event_source_locations' => :'Array<String>', :'items_event_source_locations' => :'Array<String>', :'json' => :'Boolean', :'key' => :'String', :'name' => :'String', :'password' => :'String', :'private_key_data' => :'String', :'runner_type' => :'String', :'server_certificates' => :'String', :'targets_event_source_locations' => :'Array<String>', :'token' => :'String', :'uid_token' => :'String', :'url' => :'String', :'username' => :'String' } end |