public sealed class CertificateConfig.Types.KeyId : IMessage<CertificateConfig.Types.KeyId>, IEquatable<CertificateConfig.Types.KeyId>, IDeepCloneable<CertificateConfig.Types.KeyId>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1 API class CertificateConfig.Types.KeyId.
A KeyId identifies a specific public key, usually by hashing the public
key.
[[["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-07-09 UTC."],[[["This webpage provides documentation for the `CertificateConfig.Types.KeyId` class, a part of the Google Cloud Security Private CA v1 API."],["The `KeyId` class is used to identify a specific public key, commonly by using a hash of the key."],["The latest version of this documentation is 3.9.0, with versions available going as far back as 1.0.0."],["The `KeyId_` property of the `KeyId` class stores the lowercase hexadecimal-encoded value, typically the 160-bit SHA-1 hash of the public key, and is a required field."],["The `CertificateConfig.Types.KeyId` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, `IBufferMessage`, and `IMessage` interfaces."]]],[]]