google_api_android_enterprise v0.7.0 GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpec View Source
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.
Attributes
- kind (String.t): Identifies what kind of resource this is. Value: the fixed string "androidenterprise#administratorWebTokenSpec". Defaults to
androidenterprise#administratorWebTokenSpec
. - managedConfigurations (GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecManagedConfigurations.t): Options for displaying the Managed Configuration page. Defaults to
nil
. - parent (String.t): 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. Defaults to
nil
. - permission (list(String.t)): Deprecated. Use PlaySearch.approveApps. Defaults to
nil
. - playSearch (GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecPlaySearch.t): Options for displaying the managed Play Search apps page. Defaults to
nil
. - privateApps (GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecPrivateApps.t): Options for displaying the Private Apps page. Defaults to
nil
. - storeBuilder (GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecStoreBuilder.t): Options for displaying the Organize apps page. Defaults to
nil
. - webApps (GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecWebApps.t): Options for displaying the Web Apps page. Defaults to
nil
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpec{
kind: String.t(),
managedConfigurations:
GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecManagedConfigurations.t(),
parent: String.t(),
permission: [String.t()],
playSearch:
GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecPlaySearch.t(),
privateApps:
GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecPrivateApps.t(),
storeBuilder:
GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecStoreBuilder.t(),
webApps:
GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecWebApps.t()
}
t() :: %GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpec{ kind: String.t(), managedConfigurations: GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecManagedConfigurations.t(), parent: String.t(), permission: [String.t()], playSearch: GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecPlaySearch.t(), privateApps: GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecPrivateApps.t(), storeBuilder: GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecStoreBuilder.t(), webApps: GoogleApi.AndroidEnterprise.V1.Model.AdministratorWebTokenSpecWebApps.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.