Class ListTrustConfigsRequest (1.7.0)

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

Request for the ListTrustConfigs method.

Attributes

NameDescription
parent str
Required. The project and location from which the TrustConfigs should be listed, specified in the format projects/*/locations/*.
page_size int
Maximum number of TrustConfigs to return per call.
page_token str
The value returned by the last ListTrustConfigsResponse. Indicates that this is a continuation of a prior ListTrustConfigs call, and that the system should return the next page of data.
filter str
Filter expression to restrict the TrustConfigs returned.
order_by str
A list of TrustConfig field names used to specify the order of the returned results. The default sorting order is ascending. To specify descending order for a field, add a suffix " desc".