Access control
Overview
The Access control API is used to create, retrieve, update, delete signing keys object from pipeline.
Signing key Object
id
string
Unique identifier for the signing key.
name
string
Name of the signing key.
createdAt
number
Timestamp (in milliseconds) at which the signing key was created.
lastSeen
number
Timestamp of the last activity with the signing key.
publicKey
string
The public key portion of the signing key.
disabled
boolean
Indicates whether the signing key is disabled.
privateKey
string
The private key portion of the signing key.
Was this page helpful?