Hoogle Search

Within LTS Haskell 24.32 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. AndroidEnterpriseUsersGetAvailableProductSet :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> Text -> AndroidEnterpriseUsersGetAvailableProductSet

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  2. type AndroidEnterpriseUsersGetAvailableProductSetResource = "androidenterprise" :> "v1" :> "enterprises" :> Capture "enterpriseId" Text :> "users" :> Capture "userId" Text :> "availableProductSet" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] ProductSet

    gogol-android-enterprise Gogol.AndroidEnterprise

    A resource alias for androidenterprise.users.getAvailableProductSet method which the AndroidEnterpriseUsersGetAvailableProductSet request conforms to.

  3. data AndroidEnterpriseUsersSetAvailableProductSet

    gogol-android-enterprise Gogol.AndroidEnterprise

    Modifies the set of products that a user is entitled to access (referred to as whitelisted products). Only products that are approved or products that were previously approved (products with revoked approval) can be whitelisted. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations. See: newAndroidEnterpriseUsersSetAvailableProductSet smart constructor.

  4. AndroidEnterpriseUsersSetAvailableProductSet :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> ProductSet -> Maybe Text -> Maybe Text -> Text -> AndroidEnterpriseUsersSetAvailableProductSet

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  5. type AndroidEnterpriseUsersSetAvailableProductSetResource = "androidenterprise" :> "v1" :> "enterprises" :> Capture "enterpriseId" Text :> "users" :> Capture "userId" Text :> "availableProductSet" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] ProductSet :> Put '[JSON] ProductSet

    gogol-android-enterprise Gogol.AndroidEnterprise

    A resource alias for androidenterprise.users.setAvailableProductSet method which the AndroidEnterpriseUsersSetAvailableProductSet request conforms to.

  6. pattern AppVersion_Track_Production :: AppVersion_Track

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  7. pattern Notification_NotificationType_ProductApproval :: Notification_NotificationType

    gogol-android-enterprise Gogol.AndroidEnterprise

    Notification about change to a product's approval status.

  8. pattern Notification_NotificationType_ProductAvailabilityChange :: Notification_NotificationType

    gogol-android-enterprise Gogol.AndroidEnterprise

    Notification about product availability change.

  9. newtype Policy_ProductAvailabilityPolicy

    gogol-android-enterprise Gogol.AndroidEnterprise

    The availability granted to the device for the specified products. "all" gives the device access to all products, regardless of approval status. "all" does not enable automatic visibility of "alpha" or "beta" tracks. "whitelist" grants the device access the products specified in productPolicy[]. Only products that are approved or products that were previously approved (products with revoked approval) by the enterprise can be whitelisted. If no value is provided, the availability set at the user level is applied by default.

  10. Policy_ProductAvailabilityPolicy :: Text -> Policy_ProductAvailabilityPolicy

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

Page 159 of many | Previous | Next