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 used for requesting a Certificate Signing Request (CSR) from a Certificate Authority."],["The `FetchCertificateAuthorityCsrRequest` class is part of the `Google.Cloud.Security.PrivateCA.V1` namespace and is implemented in the `Google.Cloud.Security.PrivateCA.V1.dll` assembly."],["The class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `FetchCertificateAuthorityCsrRequest` documentation available is version 3.9.0, and there are also multiple versions available, starting from version 1.0.0."],["The `FetchCertificateAuthorityCsrRequest` class has two constructors, a default constructor and one that accepts another `FetchCertificateAuthorityCsrRequest` object, and includes properties like `CertificateAuthorityName` and `Name`."]]],[]]