Class CertificateAuthority.Types.AccessUrls (2.0.0)

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.v1.CertificateAuthority] will publish content.

Inheritance

Object > CertificateAuthority.Types.AccessUrls

Namespace

Google.Cloud.Security.PrivateCA.V1

Assembly

Google.Cloud.Security.PrivateCA.V1.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.v1.CertificateAuthority]'s CA certificate is published. This will only be set for CAs that have been activated.

Property Value
TypeDescription
String

CrlAccessUrls

public RepeatedField<string> CrlAccessUrls { get; }

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

Property Value
TypeDescription
RepeatedField<String>