Mutation
Variables
Response
Mutations
downloadSigningProfile
Downloads a signing profile and returns a signing profile download.
MUTATION
downloadSigningProfile(uuid: String!, agentId: ID!): SigningProfileDownload!Arguments
uuid
String!
required
The uuid used to filter or perform the operation.
agentId
ID!
required
Identifier of the agent.
Returns
uuid
ID!
The uuid associated with this signing profile download.
filename
String!
The filename associated with this signing profile download.
contentBase64
String!
Content Base64, encoded as Base64.
Mutation
Variables
Response