Class ListAppConnectionsResponse (0.2.1)

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

Response message for BeyondCorp.ListAppConnections.

Attributes

NameDescription
app_connections Sequence[google.cloud.beyondcorp_appconnections_v1.types.AppConnection]
A list of BeyondCorp AppConnections in the project.
next_page_token str
A token to retrieve the next page of results, or empty if there are no more results in the list.
unreachable Sequence[str]
A list of locations that could not be reached.

Inheritance

builtins.object > proto.message.Message > ListAppConnectionsResponse