Hoogle Search
Within LTS Haskell 24.34 (ghc-9.10.3)
Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.
-
gogol-android-enterprise Gogol.AndroidEnterprise.Products.Approve Creates a value of AndroidEnterpriseProductsApprove with the minimum fields required to make a request.
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.
-
gogol-android-enterprise Gogol.AndroidEnterprise.Products.GenerateApprovalUrl No documentation available.
-
gogol-android-enterprise Gogol.AndroidEnterprise.Products.GenerateApprovalUrl A resource alias for androidenterprise.products.generateApprovalUrl method which the AndroidEnterpriseProductsGenerateApprovalUrl request conforms to.
-
gogol-android-enterprise Gogol.AndroidEnterprise.Products.GenerateApprovalUrl Creates a value of AndroidEnterpriseProductsGenerateApprovalUrl with the minimum fields required to make a request.
data
AndroidEnterpriseProductsGet gogol-android-enterprise Gogol.AndroidEnterprise.Products.Get Retrieves details of a product for display to an enterprise admin. See: newAndroidEnterpriseProductsGet smart constructor.
-
gogol-android-enterprise Gogol.AndroidEnterprise.Products.Get No documentation available.
-
gogol-android-enterprise Gogol.AndroidEnterprise.Products.Get A resource alias for androidenterprise.products.get method which the AndroidEnterpriseProductsGet request conforms to.
newAndroidEnterpriseProductsGet :: Text -> Text -> AndroidEnterpriseProductsGetgogol-android-enterprise Gogol.AndroidEnterprise.Products.Get Creates a value of AndroidEnterpriseProductsGet with the minimum fields required to make a request.
data
AndroidEnterpriseProductsGetAppRestrictionsSchema gogol-android-enterprise Gogol.AndroidEnterprise.Products.GetAppRestrictionsSchema 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.