Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 886 Bytes

File metadata and controls

20 lines (13 loc) · 886 Bytes

NewMCPKey

Properties

Name Type Description Notes
name String Name for the MCP key.
expiryDate OffsetDateTime The date the MCP key expires.
id Long ID of the MCP key.
createdBy Long ID of the user who created it.
accountID Long ID of account the key is used for.
created OffsetDateTime The date the MCP key was created.
disabled Boolean The MCP key is disabled (this property is set to `true`) when the user who created the key is disabled or deleted. [optional]
lastUsed OffsetDateTime The last time the MCP key was used. [optional]
key String The generated MCP key. Only returned once on creation.