Hoogle Search

Within LTS Haskell 24.33 (ghc-9.10.3)

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

  1. AndroidEnterpriseProductsApprove :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> ProductsApproveRequest -> Text -> Maybe Text -> Maybe Text -> AndroidEnterpriseProductsApprove

    gogol-android-enterprise Gogol.AndroidEnterprise.Products.Approve

    No documentation available.

  2. type AndroidEnterpriseProductsApproveResource = "androidenterprise" :> "v1" :> "enterprises" :> Capture "enterpriseId" Text :> "products" :> Capture "productId" Text :> "approve" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> ReqBody '[JSON] ProductsApproveRequest :> Post '[JSON] ()

    gogol-android-enterprise Gogol.AndroidEnterprise.Products.Approve

    A resource alias for androidenterprise.products.approve method which the AndroidEnterpriseProductsApprove request conforms to.

  3. newAndroidEnterpriseProductsApprove :: Text -> ProductsApproveRequest -> Text -> AndroidEnterpriseProductsApprove

    gogol-android-enterprise Gogol.AndroidEnterprise.Products.Approve

    Creates a value of AndroidEnterpriseProductsApprove with the minimum fields required to make a request.

  4. data AndroidEnterpriseProductsGenerateApprovalUrl

    gogol-android-enterprise Gogol.AndroidEnterprise.Products.GenerateApprovalUrl

    Generates a URL that can be rendered in an iframe to display the permissions (if any) of a product. An enterprise admin must view these permissions and accept them on behalf of their organization in order to approve that product. Admins should accept the displayed permissions by interacting with a separate UI element in the EMM console, which in turn should trigger the use of this URL as the approvalUrlInfo.approvalUrl property in a Products.approve call to approve the product. This URL can only be used to display permissions for up to 1 day. Note: This item has been deprecated. New integrations cannot use this method and can refer to our new recommendations. See: newAndroidEnterpriseProductsGenerateApprovalUrl smart constructor.

  5. AndroidEnterpriseProductsGenerateApprovalUrl :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> AndroidEnterpriseProductsGenerateApprovalUrl

    gogol-android-enterprise Gogol.AndroidEnterprise.Products.GenerateApprovalUrl

    No documentation available.

  6. type AndroidEnterpriseProductsGenerateApprovalUrlResource = "androidenterprise" :> "v1" :> "enterprises" :> Capture "enterpriseId" Text :> "products" :> Capture "productId" Text :> "generateApprovalUrl" :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "languageCode" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Post '[JSON] ProductsGenerateApprovalUrlResponse

    gogol-android-enterprise Gogol.AndroidEnterprise.Products.GenerateApprovalUrl

    A resource alias for androidenterprise.products.generateApprovalUrl method which the AndroidEnterpriseProductsGenerateApprovalUrl request conforms to.

  7. newAndroidEnterpriseProductsGenerateApprovalUrl :: Text -> Text -> AndroidEnterpriseProductsGenerateApprovalUrl

    gogol-android-enterprise Gogol.AndroidEnterprise.Products.GenerateApprovalUrl

    Creates a value of AndroidEnterpriseProductsGenerateApprovalUrl with the minimum fields required to make a request.

  8. data AndroidEnterpriseProductsGet

    gogol-android-enterprise Gogol.AndroidEnterprise.Products.Get

    Retrieves details of a product for display to an enterprise admin. See: newAndroidEnterpriseProductsGet smart constructor.

  9. AndroidEnterpriseProductsGet :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> AndroidEnterpriseProductsGet

    gogol-android-enterprise Gogol.AndroidEnterprise.Products.Get

    No documentation available.

  10. type AndroidEnterpriseProductsGetResource = "androidenterprise" :> "v1" :> "enterprises" :> Capture "enterpriseId" Text :> "products" :> Capture "productId" Text :> QueryParam "$.xgafv" Xgafv :> QueryParam "access_token" Text :> QueryParam "callback" Text :> QueryParam "language" Text :> QueryParam "uploadType" Text :> QueryParam "upload_protocol" Text :> QueryParam "alt" AltJSON :> Get '[JSON] Product

    gogol-android-enterprise Gogol.AndroidEnterprise.Products.Get

    A resource alias for androidenterprise.products.get method which the AndroidEnterpriseProductsGet request conforms to.

Page 164 of many | Previous | Next