Certificate Authority v1beta1 API - Class GetCertificateAuthorityRequest (2.0.0-beta02)

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

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

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

Inheritance

Object > GetCertificateAuthorityRequest

Namespace

Google.Cloud.Security.PrivateCA.V1Beta1

Assembly

Google.Cloud.Security.PrivateCA.V1Beta1.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.v1beta1.CertificateAuthority.name] of the [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority] to get.

Property Value
TypeDescription
String