Interface protos.google.cloud.security.privateca.v1beta1.KeyUsage.IKeyUsageOptions (2.4.1)

Properties of a KeyUsageOptions.

Package

@google-cloud/security-private-ca!

Properties

certSign

certSign?: (boolean|null);

KeyUsageOptions certSign

Property Value
TypeDescription
(boolean|null)

contentCommitment

contentCommitment?: (boolean|null);

KeyUsageOptions contentCommitment

Property Value
TypeDescription
(boolean|null)

crlSign

crlSign?: (boolean|null);

KeyUsageOptions crlSign

Property Value
TypeDescription
(boolean|null)

dataEncipherment

dataEncipherment?: (boolean|null);

KeyUsageOptions dataEncipherment

Property Value
TypeDescription
(boolean|null)

decipherOnly

decipherOnly?: (boolean|null);

KeyUsageOptions decipherOnly

Property Value
TypeDescription
(boolean|null)

digitalSignature

digitalSignature?: (boolean|null);

KeyUsageOptions digitalSignature

Property Value
TypeDescription
(boolean|null)

encipherOnly

encipherOnly?: (boolean|null);

KeyUsageOptions encipherOnly

Property Value
TypeDescription
(boolean|null)

keyAgreement

keyAgreement?: (boolean|null);

KeyUsageOptions keyAgreement

Property Value
TypeDescription
(boolean|null)

keyEncipherment

keyEncipherment?: (boolean|null);

KeyUsageOptions keyEncipherment

Property Value
TypeDescription
(boolean|null)