Skip to main content

UpdateCodeSignSigningKeyInput

No description

input UpdateCodeSignSigningKeyInput {
id: ID!
name: String
description: String
objects: UpdateCodeSignSigningKeyObjectsInput
ipRestrictions: [String!]
project: ID
}

Fields

UpdateCodeSignSigningKeyInput.id ● ID! non-null scalar

UpdateCodeSignSigningKeyInput.name ● String scalar

A unique name identifying this CodeSignSigningKey of no more than 255 characters.

UpdateCodeSignSigningKeyInput.description ● String scalar

A human readable description of this `CodeSignSigningKey of no more than 500 characters.

UpdateCodeSignSigningKeyInput.objects ● UpdateCodeSignSigningKeyObjectsInput input

The renewal values to use for getting a set of cryptographic objects.

UpdateCodeSignSigningKeyInput.ipRestrictions ● [String!] list scalar

A set of IP addresses and IP address ranges from which API requests for cryptographic operations are permitted for this CodeSignSigningKey.

UpdateCodeSignSigningKeyInput.project ● ID scalar

The ID of the Code Sign Project that this Signing Key should belong to.

Modifying this value requires that the current user has permission both to the Project that the Signing Key currently belongs to and to the Project that it is being moved to.

Member Of

updateCodeSignSigningKey mutation