Class SignupInfo
A resource returned by the GenerateSignupUrl API, which contains the Signup URL and Completion Token.
Implements
Inherited Members
Namespace: Google.Apis.AndroidEnterprise.v1.Data
Assembly: Google.Apis.AndroidEnterprise.v1.dll
Syntax
public class SignupInfo : IDirectResponseSchema
Properties
CompletionToken
An opaque token that will be required, along with the Enterprise Token, for obtaining the enterprise resource from CompleteSignup.
Declaration
[JsonProperty("completionToken")]
public virtual string CompletionToken { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Kind
Deprecated.
Declaration
[JsonProperty("kind")]
public virtual string Kind { get; set; }
Property Value
Type | Description |
---|---|
string |
Url
A URL under which the Admin can sign up for an enterprise. The page pointed to cannot be rendered in an iframe.
Declaration
[JsonProperty("url")]
public virtual string Url { get; set; }
Property Value
Type | Description |
---|---|
string |