Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.19 KB

ApikeyResponse.md

File metadata and controls

23 lines (18 loc) · 1.19 KB

EzmaxApi::Object::ApikeyResponse

Load the model package

use EzmaxApi::Object::ApikeyResponse;

Properties

Name Type Description Notes
pki_apikey_id int The unique ID of the Apikey
fki_user_id int The unique ID of the User
obj_apikey_description MultilingualApikeyDescription
obj_contact_name CustomContactNameResponse
s_apikey_apikey string The Apikey for the API key. This will be hidden if we are not creating or regenerating the Apikey. [optional]
s_apikey_secret string The Secret for the API key. This will be hidden if we are not creating or regenerating the Apikey. [optional]
b_apikey_isactive boolean Whether the apikey is active or not
b_apikey_issigned boolean Whether the apikey is signed or not [optional]
obj_audit CommonAudit

[Back to Model list] [Back to API list] [Back to README]