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."],[[["The latest version of the `FetchCertificateAuthorityCsrRequest` documentation is 3.9.0, with multiple previous versions available for reference, ranging back to version 1.0.0."],["`FetchCertificateAuthorityCsrRequest` is a request message used by `CertificateAuthorityService.FetchCertificateAuthorityCsr`, residing within the `Google.Cloud.Security.PrivateCA.V1` namespace."],["The class `FetchCertificateAuthorityCsrRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor that accepts another `FetchCertificateAuthorityCsrRequest` object, and another constructor with no arguments."],["It contains two properties: `CertificateAuthorityName`, which provides a typed view of the resource name, and `Name`, a string property that represents the resource name of a Certificate Authority."]]],[]]