Class UserDefinedAccessUrls
User-defined URLs for accessing content published by this CertificateAuthority.
Implements
Inherited Members
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 |