Android Management API . signupUrls

Instance Methods

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

Creates an enterprise signup URL.

Method Details

create(projectId=None, x__xgafv=None, callbackUrl=None)
Creates an enterprise signup URL.

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

Returns:
  An object of the form:

    { # An enterprise signup URL.
    "url": "A String", # A URL where an enterprise admin can register their enterprise. The page can't be rendered in an iframe.
    "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.
  }