public sealed class GetCertificateTemplateRequest : IMessage<GetCertificateTemplateRequest>, IEquatable<GetCertificateTemplateRequest>, IDeepCloneable<GetCertificateTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1 API class GetCertificateTemplateRequest.
Request message for
[CertificateAuthorityService.GetCertificateTemplate][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateTemplate].
Required. The
[name][google.cloud.security.privateca.v1.CertificateTemplate.name] of the
[CertificateTemplate][google.cloud.security.privateca.v1.CertificateTemplate]
to get.
[[["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-03-21 UTC."],[[["This webpage provides documentation for the `GetCertificateTemplateRequest` class within the Google Cloud Security PrivateCA V1 API, focusing on version 3.4.0."],["The `GetCertificateTemplateRequest` class is used to request a specific certificate template from the Certificate Authority Service and is part of the `Google.Cloud.Security.PrivateCA.V1` namespace."],["The document details the class's inheritance, including it's the `object` class and its implementation of interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties include `CertificateTemplateName`, which is a typed view over the `Name` resource name, and the `Name` property itself, which specifies the certificate template to be retrieved."],["The page also lists all available versions, going from the latest version, 3.9.0, down to 1.0.0, and a constructor, either empty or based on another `GetCertificateTemplateRequest` parameter."]]],[]]