Show / Hide Table of Contents

Class ListAuthorizedCertificatesResponse

Response message for AuthorizedCertificates.ListAuthorizedCertificates.

Inheritance
object
ListAuthorizedCertificatesResponse
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.Appengine.v1alpha.Data
Assembly: Google.Apis.Appengine.v1alpha.dll
Syntax
public class ListAuthorizedCertificatesResponse : IDirectResponseSchema

Properties

Certificates

The SSL certificates the user is authorized to administer.

Declaration
[JsonProperty("certificates")]
public virtual IList<AuthorizedCertificate> Certificates { get; set; }
Property Value
Type Description
IList<AuthorizedCertificate>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

NextPageToken

Continuation token for fetching the next page of results.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX