Method: OCI::Identity::Models::CustomerSecretKey.swagger_types

Defined in:
lib/oci/identity/models/customer_secret_key.rb

.swagger_typesObject

Attribute type mapping.



86
87
88
89
90
91
92
93
94
95
96
97
98
99
# File 'lib/oci/identity/models/customer_secret_key.rb', line 86

def self.swagger_types
  {
    # rubocop:disable Style/SymbolLiteral
    'key': :'String',
    'id': :'String',
    'user_id': :'String',
    'display_name': :'String',
    'time_created': :'DateTime',
    'time_expires': :'DateTime',
    'lifecycle_state': :'String',
    'inactive_status': :'Integer'
    # rubocop:enable Style/SymbolLiteral
  }
end