Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 937 Bytes

File metadata and controls

18 lines (13 loc) · 937 Bytes

# MCPKey

Properties

Name Type Description Notes
name string Name for the MCP key.
expiryDate \DateTime The date the MCP key expires.
id int ID of the MCP 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 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]
lastUsed \DateTime The last time the MCP key was used. [optional]

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