Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1 KB

ManagementKey.md

File metadata and controls

16 lines (13 loc) · 1 KB

TalonOne.Model.ManagementKey

Properties

Name Type Description Notes
Name string Name for management key.
ExpiryDate DateTime The date the management key expires.
Endpoints List<Endpoint> The list of endpoints that can be accessed with the key
AllowedApplicationIds List<int> A list of Application IDs that you can access with the management key. An empty or missing list means the management key can be used for all Applications in the account. [optional]
Id int ID of the management key.
CreatedBy int ID of the user who created it.
AccountID int ID of account the key is used for.
Created DateTime The date the management key was created.

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