Show / Hide Table of Contents

Class AccessUrls

URLs where a CertificateAuthority will publish content.

Inheritance
object
AccessUrls
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CertificateAuthorityService.v1.Data
Assembly: Google.Apis.CertificateAuthorityService.v1.dll
Syntax
public class AccessUrls : IDirectResponseSchema

Properties

CaCertificateAccessUrl

The URL where this CertificateAuthority's CA certificate is published. This will only be set for CAs that have been activated.

Declaration
[JsonProperty("caCertificateAccessUrl")]
public virtual string CaCertificateAccessUrl { get; set; }
Property Value
Type Description
string

CrlAccessUrls

The URLs where this CertificateAuthority's CRLs are published. This will only be set for CAs that have been activated.

Declaration
[JsonProperty("crlAccessUrls")]
public virtual IList<string> CrlAccessUrls { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX