Show / Hide Table of Contents

Class UserDefinedAccessUrls

User-defined URLs for accessing content published by this CertificateAuthority.

Inheritance
object
UserDefinedAccessUrls
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 UserDefinedAccessUrls : IDirectResponseSchema

Properties

AiaIssuingCertificateUrls

Optional. A list of URLs where the issuer CA certificate may be downloaded, which appears in the "Authority Information Access" extension in the certificate. If specified, the default Cloud Storage URLs will be omitted.

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

CrlAccessUrls

Optional. A list of URLs where to obtain CRL information, i.e. the DistributionPoint.fullName described by https://tools.ietf.org/html/rfc5280#section-4.2.1.13. If specified, the default Cloud Storage URLs will be omitted.

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