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 `KeyUsage` class, part of the `Google.Cloud.Security.PrivateCA.V1` namespace, describes the allowed usage of keys within X.509 certificates."],["This documentation outlines various versions of the `KeyUsage` class, ranging from version 1.0.0 up to the latest 3.9.0, with links to the respective version's documentation."],["The `KeyUsage` class can implement several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which allows for the proper function of the object."],["It includes properties like `BaseKeyUsage`, `ExtendedKeyUsage`, and `UnknownExtendedKeyUsages` to define key usage scenarios, with links provided to their specific documentation."],["The class has two constructors, one parameterless and another that takes another `KeyUsage` instance to construct a copy."]]],[]]