Show / Hide Table of Contents

Class CertificateAuthority.Types.AccessUrls

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

Inheritance
System.Object
CertificateAuthority.Types.AccessUrls
Implements
IMessage<CertificateAuthority.Types.AccessUrls>
System.IEquatable<CertificateAuthority.Types.AccessUrls>
IDeepCloneable<CertificateAuthority.Types.AccessUrls>
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 AccessUrls : IMessage<CertificateAuthority.Types.AccessUrls>, IEquatable<CertificateAuthority.Types.AccessUrls>, IDeepCloneable<CertificateAuthority.Types.AccessUrls>, IBufferMessage, IMessage

Constructors

AccessUrls()

Declaration
public AccessUrls()

AccessUrls(CertificateAuthority.Types.AccessUrls)

Declaration
public AccessUrls(CertificateAuthority.Types.AccessUrls other)
Parameters
Type Name Description
CertificateAuthority.Types.AccessUrls other

Properties

CaCertificateAccessUrl

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.

Declaration
public string CaCertificateAccessUrl { get; set; }
Property Value
Type Description
System.String

CrlAccessUrl

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.

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