Interface protos.google.cloud.security.privateca.v1.KeyUsage.IExtendedKeyUsageOptions (2.5.0)

Properties of an ExtendedKeyUsageOptions.

Package

@google-cloud/security-private-ca!

Properties

clientAuth

clientAuth?: (boolean|null);

ExtendedKeyUsageOptions clientAuth

Property Value
TypeDescription
(boolean|null)

codeSigning

codeSigning?: (boolean|null);

ExtendedKeyUsageOptions codeSigning

Property Value
TypeDescription
(boolean|null)

emailProtection

emailProtection?: (boolean|null);

ExtendedKeyUsageOptions emailProtection

Property Value
TypeDescription
(boolean|null)

ocspSigning

ocspSigning?: (boolean|null);

ExtendedKeyUsageOptions ocspSigning

Property Value
TypeDescription
(boolean|null)

serverAuth

serverAuth?: (boolean|null);

ExtendedKeyUsageOptions serverAuth

Property Value
TypeDescription
(boolean|null)

timeStamping

timeStamping?: (boolean|null);

ExtendedKeyUsageOptions timeStamping

Property Value
TypeDescription
(boolean|null)