public sealed class ListAuthorizedCertificatesResponse : IMessage<ListAuthorizedCertificatesResponse>, IEquatable<ListAuthorizedCertificatesResponse>, IDeepCloneable<ListAuthorizedCertificatesResponse>, IBufferMessage, IMessage, IPageResponse<AuthorizedCertificate>, IEnumerable<AuthorizedCertificate>, IEnumerable
Reference documentation and code samples for the App Engine v1 API class ListAuthorizedCertificatesResponse.
Response message for AuthorizedCertificates.ListAuthorizedCertificates
.
Implements
IMessageListAuthorizedCertificatesResponse, IEquatableListAuthorizedCertificatesResponse, IDeepCloneableListAuthorizedCertificatesResponse, IBufferMessage, IMessage, IPageResponseAuthorizedCertificate, IEnumerableAuthorizedCertificate, IEnumerableNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
ListAuthorizedCertificatesResponse()
public ListAuthorizedCertificatesResponse()
ListAuthorizedCertificatesResponse(ListAuthorizedCertificatesResponse)
public ListAuthorizedCertificatesResponse(ListAuthorizedCertificatesResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListAuthorizedCertificatesResponse |
Properties
Certificates
public RepeatedField<AuthorizedCertificate> Certificates { get; }
The SSL certificates the user is authorized to administer.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAuthorizedCertificate |
NextPageToken
public string NextPageToken { get; set; }
Continuation token for fetching the next page of results.
Property Value | |
---|---|
Type | Description |
string |
Methods
GetEnumerator()
public IEnumerator<AuthorizedCertificate> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorAuthorizedCertificate |