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-04-01 UTC."],[[["This webpage details the `FetchCertificateAuthorityCsrRequest` class, which is a request message used by `CertificateAuthorityService.FetchCertificateAuthorityCsr` in the Google Cloud Security Private CA V1 API."],["The `FetchCertificateAuthorityCsrRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` and inherits from the `Object` class."],["The latest version available for the `FetchCertificateAuthorityCsrRequest` class is 3.9.0, and the page lists older versions going back to version 1.0.0."],["The class includes properties like `CertificateAuthorityName`, a strongly typed resource name, and `Name`, which is a required string representing the resource name of the certificate authority."],["The class has two constructors : a parameterless one and one that takes another instance of `FetchCertificateAuthorityCsrRequest` as a parameter."]]],[]]