Show / Hide Table of Contents

Class GetCertificateAuthorityRequest

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

Inheritance
System.Object
GetCertificateAuthorityRequest
Implements
IMessage<GetCertificateAuthorityRequest>
System.IEquatable<GetCertificateAuthorityRequest>
IDeepCloneable<GetCertificateAuthorityRequest>
Google.Protobuf.IBufferMessage
IMessage
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.Security.PrivateCA.V1Beta1
Assembly: Google.Cloud.Security.PrivateCA.V1Beta1.dll
Syntax
public sealed class GetCertificateAuthorityRequest : IMessage<GetCertificateAuthorityRequest>, IEquatable<GetCertificateAuthorityRequest>, IDeepCloneable<GetCertificateAuthorityRequest>, IBufferMessage, IMessage

Constructors

GetCertificateAuthorityRequest()

Declaration
public GetCertificateAuthorityRequest()

GetCertificateAuthorityRequest(GetCertificateAuthorityRequest)

Declaration
public GetCertificateAuthorityRequest(GetCertificateAuthorityRequest other)
Parameters
Type Name Description
GetCertificateAuthorityRequest other

Properties

CertificateAuthorityName

CertificateAuthorityName-typed view over the Name resource name property.

Declaration
public CertificateAuthorityName CertificateAuthorityName { get; set; }
Property Value
Type Description
CertificateAuthorityName

Name

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

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
Back to top