google_api_android_enterprise v0.0.1 GoogleApi.AndroidEnterprise.V1.Model.SignupInfo View Source
A resource returned by the GenerateSignupUrl API, which contains the Signup URL and Completion Token.
Attributes
- completionToken (String): An opaque token that will be required, along with the Enterprise Token, for obtaining the enterprise resource from CompleteSignup. Defaults to:
null
. - kind (String): Identifies what kind of resource this is. Value: the fixed string "androidenterprise#signupInfo". Defaults to:
null
. - url (String): A URL under which the Admin can sign up for an enterprise. The page pointed to cannot be rendered in an iframe. Defaults to:
null
.