Show / Hide Table of Contents

Class AdministratorWebTokenSpec

Specification for a token used to generate iframes. The token specifies what data the admin is allowed to modify and the URI the iframe is allowed to communiate with.

Inheritance
object
AdministratorWebTokenSpec
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 AdministratorWebTokenSpec : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ManagedConfigurations

Options for displaying the Managed Configuration page.

Declaration
[JsonProperty("managedConfigurations")]
public virtual AdministratorWebTokenSpecManagedConfigurations ManagedConfigurations { get; set; }
Property Value
Type Description
AdministratorWebTokenSpecManagedConfigurations

Parent

The URI of the parent frame hosting the iframe. To prevent XSS, the iframe may not be hosted at other URIs. This URI must be https. Use whitespaces to separate multiple parent URIs.

Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type Description
string

Permission

Deprecated. Use PlaySearch.approveApps.

Declaration
[JsonProperty("permission")]
public virtual IList<string> Permission { get; set; }
Property Value
Type Description
IList<string>

PlaySearch

Options for displaying the managed Play Search apps page.

Declaration
[JsonProperty("playSearch")]
public virtual AdministratorWebTokenSpecPlaySearch PlaySearch { get; set; }
Property Value
Type Description
AdministratorWebTokenSpecPlaySearch

PrivateApps

Options for displaying the Private Apps page.

Declaration
[JsonProperty("privateApps")]
public virtual AdministratorWebTokenSpecPrivateApps PrivateApps { get; set; }
Property Value
Type Description
AdministratorWebTokenSpecPrivateApps

StoreBuilder

Options for displaying the Organize apps page.

Declaration
[JsonProperty("storeBuilder")]
public virtual AdministratorWebTokenSpecStoreBuilder StoreBuilder { get; set; }
Property Value
Type Description
AdministratorWebTokenSpecStoreBuilder

WebApps

Options for displaying the Web Apps page.

Declaration
[JsonProperty("webApps")]
public virtual AdministratorWebTokenSpecWebApps WebApps { get; set; }
Property Value
Type Description
AdministratorWebTokenSpecWebApps

ZeroTouch

Options for displaying the Zero Touch page.

Declaration
[JsonProperty("zeroTouch")]
public virtual AdministratorWebTokenSpecZeroTouch ZeroTouch { get; set; }
Property Value
Type Description
AdministratorWebTokenSpecZeroTouch

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX