Method: Akeyless::AzureStorage.openapi_types

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

.openapi_typesObject

Attribute type mapping.



49
50
51
52
53
54
55
56
57
58
# File 'lib/akeyless/models/azure_storage.rb', line 49

def self.openapi_types
  {
    :'auth_type' => :'String',
    :'client_id' => :'String',
    :'client_secret' => :'String',
    :'storage_account' => :'String',
    :'storage_container_name' => :'String',
    :'tenant_id' => :'String'
  }
end