Class Troubleshooting
Troubleshooting information for the authorization attempt.
Implements
Inherited Members
Namespace: Google.Apis.CertificateManager.v1.Data
Assembly: Google.Apis.CertificateManager.v1.dll
Syntax
public class Troubleshooting : IDirectResponseSchema
Properties
Cname
Output only. CNAME troubleshooting information.
Declaration
[JsonProperty("cname")]
public virtual CNAME Cname { get; set; }
Property Value
| Type | Description |
|---|---|
| CNAME |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Ips
Output only. IPs troubleshooting information.
Declaration
[JsonProperty("ips")]
public virtual IPs Ips { get; set; }
Property Value
| Type | Description |
|---|---|
| IPs |
Issues
Output only. The list of issues discovered during the authorization attempt.
Declaration
[JsonProperty("issues")]
public virtual IList<string> Issues { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |