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-03-21 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, including the CA certificate and CRLs, with the latest version being 3.9.0."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, to provide functionalities for message handling, equality checks, deep cloning, and buffer operations."],["`AccessUrls` objects can be constructed either with a default constructor or by copying an existing `AccessUrls` object, and it contains properties like `CaCertificateAccessUrl` for the CA certificate URL and `CrlAccessUrls` for the CRL URLs."],["The provided data shows that `AccessUrls` is associated with multiple prior versions, ranging from 1.0.0 up to the latest 3.9.0."]]],[]]