Method: LockstepSdk::ApiKeyModel#api_key_id

Defined in:
lib/lockstep_sdk/models/api_key_model.rb

#api_key_idUuid

Returns The unique identifier for the API key.

Returns:

  • (Uuid)

    The unique identifier for the API key.



47
48
49
# File 'lib/lockstep_sdk/models/api_key_model.rb', line 47

def api_key_id
  @api_key_id
end