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."],["`AccessUrls` is a sealed class that implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be used for managing Certificate Authority access URLs."],["The `AccessUrls` class contains properties like `CaCertificateAccessUrl` to access a Certificate Authority's published CA certificate URL, and `CrlAccessUrls` to manage a Certificate Authority's published CRL URLs."],["The documentation covers versions 1.0.0 to 3.9.0, with 3.9.0 being the latest, and the current page corresponds to version 3.2.0, presenting the documentation for that specific release."],["There are two constructors available for creating `AccessUrls` objects, one for creating a new instance and one for cloning an existing `CertificateAuthority.Types.AccessUrls` object."]]],[]]