Method: OCI::KeyManagement::Models::CreateVaultDetails.attribute_map

Defined in:
lib/oci/key_management/models/create_vault_details.rb

.attribute_mapObject

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



42
43
44
45
46
47
48
49
50
51
52
# File 'lib/oci/key_management/models/create_vault_details.rb', line 42

def self.attribute_map
  {
    # rubocop:disable Style/SymbolLiteral
    'compartment_id': :'compartmentId',
    'defined_tags': :'definedTags',
    'display_name': :'displayName',
    'freeform_tags': :'freeformTags',
    'vault_type': :'vaultType'
    # rubocop:enable Style/SymbolLiteral
  }
end