Class ListAuthorizedCertificatesRequest (1.5.2)

ListAuthorizedCertificatesRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for AuthorizedCertificates.ListAuthorizedCertificates.

Attributes

NameDescription
parent str
Name of the parent ``Application`` resource. Example: ``apps/myapp``.
view google.cloud.appengine_admin_v1.types.AuthorizedCertificateView
Controls the set of fields returned in the ``LIST`` response.
page_size int
Maximum results to return per page.
page_token str
Continuation token for fetching the next page of results.

Inheritance

builtins.object > proto.message.Message > ListAuthorizedCertificatesRequest