Skip to main content
MUTATION
importSigningIdentity(p12Base64: String!, passphrase: String!, targetAgentIds: [ID!]!): SigningOperation!

Arguments

p12Base64
String!
required

The PKCS #12 Base64 used to filter or perform the operation.

passphrase
String!
required

The passphrase used to filter or perform the operation.

targetAgentIds
[ID!]!
required

Identifiers of the target agents.

id
ID!

Stable identifier for this signing operation.

kind
String!

Category of this signing operation.

assetKey
String

The asset key associated with this signing operation. May be null when unavailable or not applicable.

sourceAgentId
ID

Identifier of the related source agent. May be null when unavailable or not applicable.

status
String!

Current status of this signing operation.

error
String

Error message when this signing operation did not complete successfully. May be null when unavailable or not applicable.

createdAt
String!

ISO 8601 timestamp when this signing operation was created.

updatedAt
String!

ISO 8601 timestamp when this signing operation was last updated.

finishedAt
String

ISO 8601 timestamp when this signing operation finished. May be null when unavailable or not applicable.

Items associated with this signing operation.

Mutation
Variables
Response