Close httplib2 connections.
create(adminEmail=None, allowedDomains=None, callbackUrl=None, projectId=None, x__xgafv=None)
Creates an enterprise signup URL.
close()
Close httplib2 connections.
create(adminEmail=None, allowedDomains=None, callbackUrl=None, projectId=None, x__xgafv=None)
Creates an enterprise signup URL. Args: adminEmail: string, Optional. Email address used to prefill the admin field of the enterprise signup form. This value is a hint only and can be altered by the user. If allowedDomains is non-empty then this must belong to one of the allowedDomains. allowedDomains: string, Optional. A list of domains that are permitted for the admin email. The IT admin cannot enter an email address with a domain name that is not in this list. Subdomains of domains in this list are not allowed but can be allowed by adding a second entry which has *. prefixed to the domain name (e.g. *.example.com). If the field is not present or is an empty list then the IT admin is free to use any valid domain name. Personal email domains are always allowed, but will result in the creation of a managed Google Play Accounts enterprise. (repeated) callbackUrl: string, The callback URL that the admin will be redirected to after successfully creating an enterprise. Before redirecting there the system will add a query parameter to this URL named enterpriseToken which will contain an opaque token to be used for the create enterprise request. The URL will be parsed then reformatted in order to add the enterpriseToken parameter, so there may be some minor formatting changes. projectId: string, The ID of the Google Cloud Platform project which will own the enterprise. x__xgafv: string, V1 error format. Allowed values 1 - v1 error format 2 - v2 error format Returns: An object of the form: { # An enterprise signup URL. "name": "A String", # The name of the resource. Use this value in the signupUrl field when calling enterprises.create to complete the enterprise signup flow. "url": "A String", # A URL where an enterprise admin can register their enterprise. The page can't be rendered in an iframe. }