google_api_android_management v0.1.0 GoogleApi.AndroidManagement.V1.Api.SignupUrls View Source

API calls for all endpoints tagged SignupUrls.

Link to this section Summary

Link to this section Functions

Link to this function androidmanagement_signup_urls_create(connection, opts \\ []) View Source
androidmanagement_signup_urls_create(Tesla.Env.client(), keyword()) ::
  {:ok, GoogleApi.AndroidManagement.V1.Model.SignupUrl.t()}
  | {:error, Tesla.Env.t()}

Creates an enterprise signup URL.

Parameters

  • connection (GoogleApi.AndroidManagement.V1.Connection): Connection to server
  • opts (KeywordList): [optional] Optional parameters

    • :uploadType (String.t): Legacy upload protocol for media (e.g. "media", "multipart").
    • :fields (String.t): Selector specifying which fields to include in a partial response.
    • :callback (String.t): JSONP
    • :oauth_token (String.t): OAuth 2.0 token for the current user.
    • :$.xgafv (String.t): V1 error format.
    • :alt (String.t): Data format for response.
    • :key (String.t): API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
    • :access_token (String.t): OAuth access token.
    • :upload_protocol (String.t): Upload protocol for media (e.g. "raw", "multipart").
    • :quotaUser (String.t): Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
    • :prettyPrint (boolean()): Returns response with indentations and line breaks.
    • :callbackUrl (String.t): 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.t): The ID of the Google Cloud Platform project which will own the enterprise.

Returns

{:ok, %GoogleApi.AndroidManagement.V1.Model.SignupUrl{}} on success {:error, info} on failure