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-09 UTC."],[[["This webpage details the `AccessUrls` class, which is part of the `Google.Cloud.Security.PrivateCA.V1` namespace and is found in the `Google.Cloud.Security.PrivateCA.V1.dll` assembly."],["The `AccessUrls` class provides URLs where a CertificateAuthority will publish its content, such as the CA certificate and CRLs, which are only set for activated CAs."],["The webpage offers links to documentation for multiple versions of the `AccessUrls` class, ranging from version 1.0.0 up to the latest version 3.9.0."],["The `AccessUrls` class inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two properties of note: `CaCertificateAccessUrl`, a string that contains the location of the certificate, and `CrlAccessUrls`, which is a repeated field of strings, showing the locations of all the CRLs."]]],[]]