public sealed class FetchCertificateAuthorityCsrRequest : IMessage<FetchCertificateAuthorityCsrRequest>, IEquatable<FetchCertificateAuthorityCsrRequest>, IDeepCloneable<FetchCertificateAuthorityCsrRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1 API class FetchCertificateAuthorityCsrRequest.
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 provides reference documentation for the `FetchCertificateAuthorityCsrRequest` class, a part of the Certificate Authority v1 API within the Google Cloud Security PrivateCA library, specifically for the .NET environment."],["The `FetchCertificateAuthorityCsrRequest` class is used to make requests to the `CertificateAuthorityService.FetchCertificateAuthorityCsr` method, and the webpage details its implementation of various interfaces."],["The documentation lists a range of versions of this class, from the latest `3.9.0` down to `1.0.0`, allowing users to access the correct documentation for their specific library version, with the current version being `3.5.0`."],["`FetchCertificateAuthorityCsrRequest` has properties such as `CertificateAuthorityName` (a typed resource name) and `Name` (a string representing the resource name) which are detailed in the documentation, and is constructed by `FetchCertificateAuthorityCsrRequest()` or by a provided `FetchCertificateAuthorityCsrRequest other`."],["It contains information regarding the class's inheritance, inherited members and the namespace and assembly it is from."]]],[]]