Class AccessUrls
URLs where a CertificateAuthority will publish content.
Implements
Inherited Members
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 |