Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 788 Bytes

File metadata and controls

12 lines (9 loc) · 788 Bytes

TalonOne.Model.CreateManagementKey

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<long> 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]

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