Copyright | (c) 2015-2025 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+gogol@gmail.com> Toni Cebrián <toni@tonicebrian.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | GHC2021 |
Gogol.AppsLicensing.Licensing.LicenseAssignments.ListForProduct
Contents
Description
List all users assigned licenses for a specific product SKU.
See: Enterprise License Manager API Reference for licensing.licenseAssignments.listForProduct
.
Synopsis
- type LicensingLicenseAssignmentsListForProductResource = "apps" :> ("licensing" :> ("v1" :> ("product" :> (Capture "productId" Text :> ("users" :> (QueryParam "customerId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "maxResults" Word32 :> (QueryParam "pageToken" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] LicenseAssignmentList))))))))))))))
- data LicensingLicenseAssignmentsListForProduct = LicensingLicenseAssignmentsListForProduct {
- xgafv :: Maybe Xgafv
- accessToken :: Maybe Text
- callback :: Maybe Text
- customerId :: Text
- maxResults :: Word32
- pageToken :: Text
- productId :: Text
- uploadType :: Maybe Text
- uploadProtocol :: Maybe Text
- newLicensingLicenseAssignmentsListForProduct :: Text -> Text -> LicensingLicenseAssignmentsListForProduct
Resource
type LicensingLicenseAssignmentsListForProductResource = "apps" :> ("licensing" :> ("v1" :> ("product" :> (Capture "productId" Text :> ("users" :> (QueryParam "customerId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "maxResults" Word32 :> (QueryParam "pageToken" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] LicenseAssignmentList)))))))))))))) Source #
A resource alias for licensing.licenseAssignments.listForProduct
method which the
LicensingLicenseAssignmentsListForProduct
request conforms to.
Constructing a Request
data LicensingLicenseAssignmentsListForProduct Source #
List all users assigned licenses for a specific product SKU.
See: newLicensingLicenseAssignmentsListForProduct
smart constructor.
Constructors
LicensingLicenseAssignmentsListForProduct | |
Fields
|
Instances
newLicensingLicenseAssignmentsListForProduct Source #
Arguments
:: Text | The customer's unique ID as defined in the Admin console, such as |
-> Text | A product's unique identifier. For more information about products in this version of the API, see Products and SKUs. See |
-> LicensingLicenseAssignmentsListForProduct |
Creates a value of LicensingLicenseAssignmentsListForProduct
with the minimum fields required to make a request.