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.ListForProductAndSku
Contents
Description
List all users assigned licenses for a specific product SKU.
See: Enterprise License Manager API Reference for licensing.licenseAssignments.listForProductAndSku
.
Synopsis
- type LicensingLicenseAssignmentsListForProductAndSkuResource = "apps" :> ("licensing" :> ("v1" :> ("product" :> (Capture "productId" Text :> ("sku" :> (Capture "skuId" 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 LicensingLicenseAssignmentsListForProductAndSku = LicensingLicenseAssignmentsListForProductAndSku {
- xgafv :: Maybe Xgafv
- accessToken :: Maybe Text
- callback :: Maybe Text
- customerId :: Text
- maxResults :: Word32
- pageToken :: Text
- productId :: Text
- skuId :: Text
- uploadType :: Maybe Text
- uploadProtocol :: Maybe Text
- newLicensingLicenseAssignmentsListForProductAndSku :: Text -> Text -> Text -> LicensingLicenseAssignmentsListForProductAndSku
Resource
type LicensingLicenseAssignmentsListForProductAndSkuResource = "apps" :> ("licensing" :> ("v1" :> ("product" :> (Capture "productId" Text :> ("sku" :> (Capture "skuId" 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.listForProductAndSku
method which the
LicensingLicenseAssignmentsListForProductAndSku
request conforms to.
Constructing a Request
data LicensingLicenseAssignmentsListForProductAndSku Source #
List all users assigned licenses for a specific product SKU.
See: newLicensingLicenseAssignmentsListForProductAndSku
smart constructor.
Constructors
LicensingLicenseAssignmentsListForProductAndSku | |
Fields
|
Instances
newLicensingLicenseAssignmentsListForProductAndSku 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 |
-> Text | A product SKU's unique identifier. For more information about available SKUs in this version of the API, see Products and SKUs. See |
-> LicensingLicenseAssignmentsListForProductAndSku |
Creates a value of LicensingLicenseAssignmentsListForProductAndSku
with the minimum fields required to make a request.