- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Find the tenancy unit for a managed service and service consumer. This method shouldn't be used in a service producer's runtime path, for example to find the tenant project number when creating VMs. Service producers must persist the tenant project's information after the project is created.
HTTP request
GET https://serviceconsumermanagement.googleapis.com/v1/{parent=services/*/*/*}/tenancyUnits
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Managed service and service consumer. Required. services/{service}/{collection id}/{resource id} {collection id} is the cloud resource collection type representing the service consumer, for example 'projects', or 'organizations'. {resource id} is the consumer numeric id, such as project number: '123456'. {service} the name of a service, such as 'service.googleapis.com'. Authorization requires the following Google IAM permission on the specified resource
|
Query parameters
Parameters | |
---|---|
filter |
Filter expression over tenancy resources field. Optional. |
pageSize |
The maximum number of results returned by this request. |
pageToken |
The continuation token, which is used to page through large result sets. To get the next page of results, set this parameter to the value of |
Request body
The request body must be empty.
Response body
If successful, the response body contains data with the following structure:
Response for the list request.
JSON representation | |
---|---|
{
"tenancyUnits": [
{
object ( |
Fields | |
---|---|
tenancyUnits[] |
Tenancy units matching the request. |
nextPageToken |
Pagination token for large results. |
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.