public sealed class FetchCertificateAuthorityCsrRequest : IMessage<FetchCertificateAuthorityCsrRequest>, IEquatable<FetchCertificateAuthorityCsrRequest>, IDeepCloneable<FetchCertificateAuthorityCsrRequest>, IBufferMessage, IMessage
Request message for
[CertificateAuthorityService.FetchCertificateAuthorityCsr][google.cloud.security.privateca.v1.CertificateAuthorityService.FetchCertificateAuthorityCsr].
Required. The resource name for this [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] in the
format projects/*/locations/*/caPools/*/certificateAuthorities/*.
[[["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 details the `FetchCertificateAuthorityCsrRequest` class, which is a request message used in the `CertificateAuthorityService.FetchCertificateAuthorityCsr` method for Google Cloud Security's Private CA service."],["The class is part of the `Google.Cloud.Security.PrivateCA.V1` namespace, within the `Google.Cloud.Security.PrivateCA.V1.dll` assembly, and it is the most recent version of this request message, v3.9.0 being the latest."],["The `FetchCertificateAuthorityCsrRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It provides two constructors, one default and another that accepts a `FetchCertificateAuthorityCsrRequest` object for copying, and it has two properties, `CertificateAuthorityName` and `Name`."],["The `Name` property, of type string, is a required field for the resource name of the CertificateAuthority, in the format `projects/*/locations/*/caPools/*/certificateAuthorities/*`."]]],[]]