Class SearchConnectionsResponse (3.17.0)

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

Response message for SearchConnections.

Attributes

Name Description
connections MutableSequence[google.cloud.dlp_v2.types.Connection]
List of connections that match the search query. Note that only a subset of the fields will be populated, and only "name" is guaranteed to be set. For full details of a Connection, call GetConnection with the name.
next_page_token str
Token to retrieve the next page of results. An empty value means there are no more results.