Skip to main content

CodeSignSigningKeyPermissions

Code Sign Signing Key Permissions

type CodeSignSigningKeyPermissions {
modify: Boolean!
use: Boolean!
}

Fields

CodeSignSigningKeyPermissions.modify ● Boolean! non-null scalar

True if the user is permitted to modify this Signing Key.

CodeSignSigningKeyPermissions.use ● Boolean! non-null scalar

True if the user is permitted to perform cryptographic operations using this Signing Key.

Member Of

CodeSignProject object ● CodeSignSigningKey object