Android Management API . signupUrls

Instance Methods

close()

Close httplib2 connections.

create(callbackUrl=None, projectId=None, x__xgafv=None)

Creates an enterprise signup URL.

Method Details

close()
Close httplib2 connections.
create(callbackUrl=None, projectId=None, x__xgafv=None)
Creates an enterprise signup URL.

Args:
  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.
}