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.Get
Contents
Description
Get a specific user's license by product SKU.
See: Enterprise License Manager API Reference for licensing.licenseAssignments.get
.
Synopsis
- type LicensingLicenseAssignmentsGetResource = "apps" :> ("licensing" :> ("v1" :> ("product" :> (Capture "productId" Text :> ("sku" :> (Capture "skuId" Text :> ("user" :> (Capture "userId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] LicenseAssignment))))))))))))))
- data LicensingLicenseAssignmentsGet = LicensingLicenseAssignmentsGet {}
- newLicensingLicenseAssignmentsGet :: Text -> Text -> Text -> LicensingLicenseAssignmentsGet
Resource
type LicensingLicenseAssignmentsGetResource = "apps" :> ("licensing" :> ("v1" :> ("product" :> (Capture "productId" Text :> ("sku" :> (Capture "skuId" Text :> ("user" :> (Capture "userId" Text :> (QueryParam "$.xgafv" Xgafv :> (QueryParam "access_token" Text :> (QueryParam "callback" Text :> (QueryParam "uploadType" Text :> (QueryParam "upload_protocol" Text :> (QueryParam "alt" AltJSON :> Get '[JSON] LicenseAssignment)))))))))))))) Source #
A resource alias for licensing.licenseAssignments.get
method which the
LicensingLicenseAssignmentsGet
request conforms to.
Constructing a Request
data LicensingLicenseAssignmentsGet Source #
Get a specific user's license by product SKU.
See: newLicensingLicenseAssignmentsGet
smart constructor.
Constructors
LicensingLicenseAssignmentsGet | |
Fields
|
Instances
newLicensingLicenseAssignmentsGet Source #
Arguments
:: 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 |
-> Text | The user's current primary email address. If the user's email address changes, use the new email address in your API requests. Since a |
-> LicensingLicenseAssignmentsGet |
Creates a value of LicensingLicenseAssignmentsGet
with the minimum fields required to make a request.