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. 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

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

  2. data AndroidEnterpriseProductsGenerateApprovalUrl

    gogol-android-enterprise Gogol.AndroidEnterprise

    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.

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

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  4. 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

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

  5. data AndroidEnterpriseProductsGet

    gogol-android-enterprise Gogol.AndroidEnterprise

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

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

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  7. data AndroidEnterpriseProductsGetAppRestrictionsSchema

    gogol-android-enterprise Gogol.AndroidEnterprise

    Retrieves the schema that defines the configurable properties for this product. All products have a schema, but this schema may be empty if no managed configurations have been defined. This schema can be used to populate a UI that allows an admin to configure the product. To apply a managed configuration based on the schema obtained using this API, see Managed Configurations through Play. See: newAndroidEnterpriseProductsGetAppRestrictionsSchema smart constructor.

  8. AndroidEnterpriseProductsGetAppRestrictionsSchema :: Maybe Xgafv -> Maybe Text -> Maybe Text -> Text -> Maybe Text -> Text -> Maybe Text -> Maybe Text -> AndroidEnterpriseProductsGetAppRestrictionsSchema

    gogol-android-enterprise Gogol.AndroidEnterprise

    No documentation available.

  9. type AndroidEnterpriseProductsGetAppRestrictionsSchemaResource = "androidenterprise" :> "v1" :> "enterprises" :> Capture "enterpriseId" Text :> "products" :> Capture "productId" Text :> "appRestrictionsSchema" :> 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] AppRestrictionsSchema

    gogol-android-enterprise Gogol.AndroidEnterprise

    A resource alias for androidenterprise.products.getAppRestrictionsSchema method which the AndroidEnterpriseProductsGetAppRestrictionsSchema request conforms to.

  10. data AndroidEnterpriseProductsGetPermissions

    gogol-android-enterprise Gogol.AndroidEnterprise

    Retrieves the Android app permissions required by this app. See: newAndroidEnterpriseProductsGetPermissions smart constructor.

Page 157 of many | Previous | Next