Hoogle Search

Within LTS Haskell 24.6 (ghc-9.10.2)

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

  1. ProductsApproveRequest :: Maybe ApprovalUrlInfo -> Maybe ProductsApproveRequest_ApprovedPermissions -> ProductsApproveRequest

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  2. newtype ProductsApproveRequest_ApprovedPermissions

    gogol-android-enterprise Gogol.AndroidEnterprise

    Sets how new permission requests for the product are handled. "allPermissions" automatically approves all current and future permissions for the product. "currentPermissionsOnly" approves the current set of permissions for the product, but any future permissions added through updates will require manual reapproval. If not specified, only the current set of permissions will be approved.

  3. ProductsApproveRequest_ApprovedPermissions :: Text -> ProductsApproveRequest_ApprovedPermissions

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  4. pattern ProductsApproveRequest_ApprovedPermissions_AllPermissions :: ProductsApproveRequest_ApprovedPermissions

    gogol-android-enterprise Gogol.AndroidEnterprise

    All current and future permissions the app requires are automatically approved.

  5. pattern ProductsApproveRequest_ApprovedPermissions_CurrentPermissionsOnly :: ProductsApproveRequest_ApprovedPermissions

    gogol-android-enterprise Gogol.AndroidEnterprise

    Approve only the permissions the product requires at approval time. If an update requires additional permissions, the app will not be updated on devices associated with enterprise users until the additional permissions are approved.

  6. newtype ProductsGenerateApprovalUrlResponse

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  7. ProductsGenerateApprovalUrlResponse :: Maybe Text -> ProductsGenerateApprovalUrlResponse

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  8. data ProductsListResponse

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  9. ProductsListResponse :: Maybe PageInfo -> Maybe [Product] -> Maybe TokenPagination -> ProductsListResponse

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  10. data ProductApprovalEvent

    gogol-android-enterprise Gogol.AndroidEnterprise.Types

    An event generated when a product's approval status is changed. See: newProductApprovalEvent smart constructor.

Page 34 of many | Previous | Next