Skip to main content

CodeSignConfigurationInput

Code Sign Configuration Input

Any value omitted from this input will preserve the previously stored value.

input CodeSignConfigurationInput {
preventSelfDealing: Boolean
}

Fields

CodeSignConfigurationInput.preventSelfDealing ● Boolean scalar

If true then any user who is allowed to modify a CodeSignSigningKey may not act as an authorized signer on that same object, even if they are included in the authorizedSigners list.

Member Of

updateCodeSignConfiguration mutation