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 responsible for managing URLs where a `CertificateAuthority` publishes its content."],["The `AccessUrls` class is a sealed class that inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page provides a history of versions, with version 3.9.0 being the latest and it being an option to view older version back to 1.0.0."],["The `AccessUrls` class includes properties like `CaCertificateAccessUrl`, a string representing the URL where the CA certificate is published, and `CrlAccessUrls`, a collection of URLs where the Certificate Revocation Lists (CRLs) are published."],["The `AccessUrls` class offers two constructors: a default constructor (`AccessUrls()`) and another that accepts another instance of `AccessUrls` as a parameter (`AccessUrls(CertificateAuthority.Types.AccessUrls other)`)."]]],[]]