Lists Entitlement
s for which the provider has read access.
HTTP request
GET https://cloudcommerceprocurement.googleapis.com/v1/{parent=providers/*}/entitlements
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource name. Authorization requires the following IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
filter |
The filter that can be used to limit the list request. The filter is a query string that can match a selected set of attributes with string values. For example
Note that the consumers and changeHistory.new_offer match works on repeated structures, so equality ( Also note that the state name match is case-insensitive and query can omit the prefix "ENTITLEMENT_". For example, If the query contains some special characters other than letters, underscore, or digits, the phrase must be quoted with double quotes. For example, Queries can be combined with |
pageSize |
The maximum number of entries that are requested. The default page size is 200. |
pageToken |
The token for fetching the next page. |
Request body
The request body must be empty.
Response body
Response message for PartnerProcurementService.ListEntitlements
.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"entitlements": [
{
object ( |
Fields | |
---|---|
entitlements[] |
The list of entitlements in this response. |
nextPageToken |
The token for fetching the next page. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.