Close httplib2 connections.
Lists all the LicenseConfigUsageStatss associated with the project.
close()
Close httplib2 connections.
list(parent, x__xgafv=None)
Lists all the LicenseConfigUsageStatss associated with the project.
Args:
parent: string, Required. The parent branch resource name, such as `projects/{project}/locations/{location}/userStores/{user_store_id}`. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Response message for UserLicenseService.ListLicenseConfigUsageStats method.
"licenseConfigUsageStats": [ # All the customer's LicenseConfigUsageStats.
{ # Stats about users' licenses.
"licenseConfig": "A String", # Required. The LicenseConfig name.
"usedLicenseCount": "A String", # Required. The number of licenses used.
},
],
}