Method: Akeyless::Configure.attribute_map

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

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# File 'lib/akeyless/models/configure.rb', line 91

def self.attribute_map
  {
    :'access_id' => :'access-id',
    :'access_key' => :'access-key',
    :'access_type' => :'access-type',
    :'account_id' => :'account-id',
    :'admin_email' => :'admin-email',
    :'admin_password' => :'admin-password',
    :'azure_ad_object_id' => :'azure-ad-object-id',
    :'cert_data' => :'cert-data',
    :'cert_issuer_name' => :'cert-issuer-name',
    :'cert_username' => :'cert-username',
    :'default_location_prefix' => :'default-location-prefix',
    :'disable_pafxfast' => :'disable-pafxfast',
    :'gateway_spn' => :'gateway-spn',
    :'gcp_audience' => :'gcp-audience',
    :'json' => :'json',
    :'k8s_auth_config_name' => :'k8s-auth-config-name',
    :'kerberos_token' => :'kerberos-token',
    :'kerberos_username' => :'kerberos-username',
    :'key_data' => :'key-data',
    :'keytab_data' => :'keytab-data',
    :'krb5_conf_data' => :'krb5-conf-data',
    :'legacy_signing_alg_name' => :'legacy-signing-alg-name',
    :'oci_auth_type' => :'oci-auth-type',
    :'oci_group_ocid' => :'oci-group-ocid'
  }
end