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 latest version of the `FetchCertificateAuthorityCsrRequest` is 3.9.0, and the page lists documentation links for versions dating back to 1.0.0."],["The `FetchCertificateAuthorityCsrRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class has two constructors, one default and another that copies an existing `FetchCertificateAuthorityCsrRequest` object."],["The `FetchCertificateAuthorityCsrRequest` class includes properties such as `CertificateAuthorityName` (typed view) and `Name`, which represents the resource name for a CertificateAuthority."]]],[]]