Method: Akeyless::GatewayCreateProducerArtifactory.openapi_types

Defined in:
lib/akeyless/models/gateway_create_producer_artifactory.rb

.openapi_typesObject

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/gateway_create_producer_artifactory.rb', line 87

def self.openapi_types
  {
    :'artifactory_admin_name' => :'String',
    :'artifactory_admin_pwd' => :'String',
    :'artifactory_token_audience' => :'String',
    :'artifactory_token_scope' => :'String',
    :'base_url' => :'String',
    :'delete_protection' => :'String',
    :'json' => :'Boolean',
    :'name' => :'String',
    :'producer_encryption_key_name' => :'String',
    :'tags' => :'Array<String>',
    :'target_name' => :'String',
    :'token' => :'String',
    :'uid_token' => :'String',
    :'user_ttl' => :'String'
  }
end