Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.08 KB

NewManagementKey.md

File metadata and controls

19 lines (14 loc) · 1.08 KB

# NewManagementKey

Properties

Name Type Description Notes
name string Name for management key.
expiryDate \DateTime The date the management key expires.
endpoints \TalonOne\Client\Model\Endpoint[] The list of endpoints that can be accessed with the key
allowedApplicationIds 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.
key string The management key.

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