RenewCodeSignObjectsInput
Arguments for the renewCodeSignObjects mutation
input RenewCodeSignObjectsInput {
signingKeyIDs: [ID!]!
objects: [RenewCodeSignObjectsType!]
}
Fields
RenewCodeSignObjectsInput.signingKeyIDs ● [ID!]! non-null scalar
The IDs of each CodeSignSigningKey whose cryptographic objects are to be
renewed/rotated.
RenewCodeSignObjectsInput.objects ● [RenewCodeSignObjectsType!] list enum
The object types to act upon. If omitted, then the operation will
rotate/renew all of the objects associated with each CodeSignSigningKey
that was specified in the signingKeyIDs list.
Member Of
renewCodeSignObjects mutation