CodeSignConfiguration
Code Sign Configuration
A representation of all tenant level configuration options for Code Sign Manager, SaaS.
type CodeSignConfiguration {
preventSelfDealing: Boolean!
}
Fields
CodeSignConfiguration.preventSelfDealing ● Boolean! non-null 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.
Returned By
codeSignConfiguration query ● updateCodeSignConfiguration mutation