Certificate Authority v1 API - Class GetCertificateAuthorityRequest (3.7.0)

public sealed class GetCertificateAuthorityRequest : IMessage<GetCertificateAuthorityRequest>, IEquatable<GetCertificateAuthorityRequest>, IDeepCloneable<GetCertificateAuthorityRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Certificate Authority v1 API class GetCertificateAuthorityRequest.

Request message for [CertificateAuthorityService.GetCertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthorityService.GetCertificateAuthority].

Inheritance

object > GetCertificateAuthorityRequest

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.dll

Constructors

GetCertificateAuthorityRequest()

public GetCertificateAuthorityRequest()

GetCertificateAuthorityRequest(GetCertificateAuthorityRequest)

public GetCertificateAuthorityRequest(GetCertificateAuthorityRequest other)
Parameter
NameDescription
otherGetCertificateAuthorityRequest

Properties

CertificateAuthorityName

public CertificateAuthorityName CertificateAuthorityName { get; set; }

CertificateAuthorityName-typed view over the Name resource name property.

Property Value
TypeDescription
CertificateAuthorityName

Name

public string Name { get; set; }

Required. The [name][google.cloud.security.privateca.v1.CertificateAuthority.name] of the [CertificateAuthority][google.cloud.security.privateca.v1.CertificateAuthority] to get.

Property Value
TypeDescription
string