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.
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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This webpage details the `AccessUrls` class, which is part of the `Google.Cloud.Security.PrivateCA.V1` namespace and is found within the `Google.Cloud.Security.PrivateCA.V1.dll` assembly."],["The `AccessUrls` class represents URLs where a CertificateAuthority will publish its content, implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor, `AccessUrls()`, and one that accepts another `CertificateAuthority.Types.AccessUrls` object, `AccessUrls(CertificateAuthority.Types.AccessUrls other)`."],["It provides two key properties, `CaCertificateAccessUrl` (a string representing the CA certificate's URL) and `CrlAccessUrls` (a repeated field of strings representing CRL URLs), both of which are only populated for activated CAs."],["The page provides a list of versions ranging from version 1.0.0 to the latest version 3.9.0, all of them concerning the `AccessUrls` for `CertificateAuthority`."]]],[]]