Method: LockstepSdk::ApiKeyModel#created_user_id

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

#created_user_idUuid

Returns The user that created the API key.

Returns:

  • (Uuid)

    The user that created the API key.



75
76
77
# File 'lib/lockstep_sdk/models/api_key_model.rb', line 75

def created_user_id
  @created_user_id
end