Show / Hide Table of Contents

Class Troubleshooting

Troubleshooting information for the authorization attempt.

Inheritance
object
Troubleshooting
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.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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX