KeyUsageInput
A representation of the allowed usage of a key
input KeyUsageInput {
derivation: Boolean
encipherment: Boolean
signing: Boolean
}
Fields
KeyUsageInput.derivation ● Boolean scalar
Indicates that the key may be used to perform key derivation
KeyUsageInput.encipherment ● Boolean scalar
Indicates that the key may be used for decryption
KeyUsageInput.signing ● Boolean scalar
Indicates that the key may be used for creating signatures
Member Of
CreateCodeSignKeyPairValuesInput input ● UpdateCodeSignKeyPairValuesInput input