public RepeatedField<ObjectId> UnknownExtendedKeyUsages { get; }
Used to describe extended key usages that are not listed in the
[KeyUsage.ExtendedKeyUsageOptions][google.cloud.security.privateca.v1.KeyUsage.ExtendedKeyUsageOptions]
message.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The document provides reference documentation for the `KeyUsage` class within the Google Cloud Security Private CA v1 API, specifically version 3.7.0, which is part of the .NET library."],["`KeyUsage` class describes the key usage values that may appear in an X.509 certificate, inheriting from the `object` class and implementing several interfaces."],["The available versions of the `KeyUsage` API in the document are ranging from version 1.0.0 to the latest version 3.9.0, in which each one is clickable."],["The `KeyUsage` class has constructors, including a default constructor and a copy constructor that takes another `KeyUsage` object, allowing for the creation of new instances and copying existing configurations."],["Key properties of the `KeyUsage` class include `BaseKeyUsage`, `ExtendedKeyUsage`, and `UnknownExtendedKeyUsages`, which provide details on how a key may be used in different scenarios, or scenarios that are not listed."]]],[]]