codeSignSigningKeyByName
Retrieve a SigningKey by name.
codeSignSigningKeyByName(
name: String!
project: ID
): CodeSignSigningKey
Arguments
codeSignSigningKeyByName.name ● String! non-null scalar
codeSignSigningKeyByName.project ● ID scalar
If specified only return a Signing Key if it belongs to the specified Code Sign Project.
Type
CodeSignSigningKey object
Signing Key
A CodeSignSigningKey represents a key pair, and a set of related cryptographic
objects, and related configuration.
This includes the set of values that should be applied the next time a key pair is rotated, or a certificate is renewed along with the current values of each of these objects.