public sealed class AccessUrls : IMessage<CertificateAuthority.Types.AccessUrls>, IEquatable<CertificateAuthority.Types.AccessUrls>, IDeepCloneable<CertificateAuthority.Types.AccessUrls>, IBufferMessage, IMessage
Reference documentation and code samples for the Certificate Authority v1 API class CertificateAuthority.Types.AccessUrls.
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 document provides reference documentation for the `CertificateAuthority.Types.AccessUrls` class within the Google Cloud Security Private CA v1 API."],["It details the `AccessUrls` class, which is used to represent URLs where a CertificateAuthority publishes its content, including its CA certificate and CRLs."],["The class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and has inherited members such as `GetHashCode()`, `GetType()`, and `ToString()`."],["The document lists a history of versions for this class from 1.0.0 up to 3.9.0 (latest) and shows associated links to each version's documentation."],["The class has two properties `CaCertificateAccessUrl` and `CrlAccessUrls`, used for accessing the CA certificate and the Certificate Revocation List of the certificate authority respectively."]]],[]]