Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.11 KB

ApikeyResponse.md

File metadata and controls

18 lines (14 loc) · 1.11 KB

ApikeyResponse

Properties

Name Type Description Notes
pkiApikeyID NSNumber* The unique ID of the Apikey
fkiUserID NSNumber* The unique ID of the User
objApikeyDescription MultilingualApikeyDescription*
objContactName CustomContactNameResponse*
sApikeyApikey NSString* The Apikey for the API key. This will be hidden if we are not creating or regenerating the Apikey. [optional]
sApikeySecret NSString* The Secret for the API key. This will be hidden if we are not creating or regenerating the Apikey. [optional]
bApikeyIsactive NSNumber* Whether the apikey is active or not
bApikeyIssigned NSNumber* Whether the apikey is signed or not [optional]
objAudit CommonAudit*

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