Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1.17 KB

ManagementKey.md

File metadata and controls

17 lines (14 loc) · 1.17 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.
Disabled bool The management key is disabled (this property is set to `true`) when the user who created the key is disabled or deleted. [optional]

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