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

Properties of an ExtendedKeyUsageOptions.

Package

@google-cloud/security-private-ca

Properties

clientAuth

clientAuth?: (boolean|null);

ExtendedKeyUsageOptions clientAuth

codeSigning

codeSigning?: (boolean|null);

ExtendedKeyUsageOptions codeSigning

emailProtection

emailProtection?: (boolean|null);

ExtendedKeyUsageOptions emailProtection

ocspSigning

ocspSigning?: (boolean|null);

ExtendedKeyUsageOptions ocspSigning

serverAuth

serverAuth?: (boolean|null);

ExtendedKeyUsageOptions serverAuth

timeStamping

timeStamping?: (boolean|null);

ExtendedKeyUsageOptions timeStamping