Skip to main content

OrganizationSigningKey Object

Represents an Organization's Signing Keys which are used to allow verification of sessions from external systems.

Return fields#

allowRemove (Boolean!)#

Specifies whether the signed-in User can remove the OrganizationSigningKey.

allowUpdate (Boolean!)#

Specifies whether the signed-in User can update the OrganizationSigningKey.

id (ID!)#

The ID of the object

imported (Boolean!)#

Indicates if the public key was imported (as opposed to generated in Prismatic)

issuedAt (DateTime!)#

The timestamp at which the Signing Key was issued.

privateKeyPreview (String!)#

Preview of Private Key of the Signing Keypair.

publicKey (String!)#

Public key of the Signing Keypair.