Show / Hide Table of Contents

Class SignupInfo

A resource returned by the GenerateSignupUrl API, which contains the Signup URL and Completion Token.

Inheritance
object
SignupInfo
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX