Class ListAuthorizedCertificatesResponse
Response message for AuthorizedCertificates.ListAuthorizedCertificates.
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1.Data
Assembly: Google.Apis.Appengine.v1.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 |