Class CertificateAuthority.Types.AccessUrls (1.0.0-beta04)

public sealed class AccessUrls : IMessage<CertificateAuthority.Types.AccessUrls>, IEquatable<CertificateAuthority.Types.AccessUrls>, IDeepCloneable<CertificateAuthority.Types.AccessUrls>, IBufferMessage, IMessage

URLs where a [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority] will publish content.

Inheritance

Object > CertificateAuthority.Types.AccessUrls

Namespace

Google.Cloud.Security.PrivateCA.V1Beta1

Assembly

Google.Cloud.Security.PrivateCA.V1Beta1.dll

Constructors

AccessUrls()

public AccessUrls()

AccessUrls(CertificateAuthority.Types.AccessUrls)

public AccessUrls(CertificateAuthority.Types.AccessUrls other)
Parameter
NameDescription
otherCertificateAuthority.Types.AccessUrls

Properties

CaCertificateAccessUrl

public string CaCertificateAccessUrl { get; set; }

The URL where this [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority]'s CA certificate is published. This will only be set for CAs that have been activated.

Property Value
TypeDescription
String

CrlAccessUrl

public string CrlAccessUrl { get; set; }

The URL where this [CertificateAuthority][google.cloud.security.privateca.v1beta1.CertificateAuthority]'s CRLs are published. This will only be set for CAs that have been activated.

Property Value
TypeDescription
String