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."],[[["This webpage details the `KeyUsage` class within the `Google.Cloud.Security.PrivateCA.V1` namespace, specifically for version 2.3.0, which outlines key usage values for X.509 certificates."],["The `KeyUsage` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffered message operations."],["The class offers constructors for creating `KeyUsage` objects, including a default constructor and one that accepts another `KeyUsage` instance for initialization."],["Key properties within the class include `BaseKeyUsage`, defining general key usage types, `ExtendedKeyUsage`, detailing specific usage scenarios, and `UnknownExtendedKeyUsages`, for custom or unlisted extended key usages."],["The webpage also provides links to past and newer versions of the `KeyUsage` class, ranging from 1.0.0 all the way up to the latest version which is 3.9.0."]]],[]]