Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 956 Bytes

File metadata and controls

18 lines (14 loc) · 956 Bytes

NewMCPKey

Properties

Name Type Description Notes
name str Name for the MCP key.
expiry_date datetime The date the MCP key expires.
id int ID of the MCP key.
created_by int ID of the user who created it.
account_id int ID of account the key is used for.
created datetime The date the MCP key was created.
disabled bool The MCP key is disabled (this property is set to `true`) when the user who created the key is disabled or deleted. [optional]
last_used datetime The last time the MCP key was used. [optional]
key str The generated MCP key. Only returned once on creation.

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