androidenterprise
v1
|
#include <administrator_web_token_spec.h>
Static Public Member Functions | |
static AdministratorWebTokenSpec * | New () |
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.
|
explicit |
Standard constructor for an immutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
explicit |
Standard constructor for a mutable data object instance.
[in] | storage | The underlying data storage for this instance. |
|
virtual |
Standard destructor.
|
inline |
Clears the 'kind
' attribute.
|
inline |
Clears the 'managedConfigurations
' attribute.
|
inline |
Clears the 'parent
' attribute.
|
inline |
Clears the 'permission
' attribute.
|
inline |
Clears the 'playSearch
' attribute.
|
inline |
Clears the 'privateApps
' attribute.
|
inline |
Clears the 'storeBuilder
' attribute.
|
inline |
Clears the 'webApps
' attribute.
|
inline |
Get the value of the 'kind
' attribute.
const AdministratorWebTokenSpecManagedConfigurations google_androidenterprise_api::AdministratorWebTokenSpec::get_managed_configurations | ( | ) | const |
Get a reference to the value of the 'managedConfigurations
' attribute.
|
inline |
Get the value of the 'parent
' attribute.
|
inline |
Get a reference to the value of the 'permission
' attribute.
const AdministratorWebTokenSpecPlaySearch google_androidenterprise_api::AdministratorWebTokenSpec::get_play_search | ( | ) | const |
Get a reference to the value of the 'playSearch
' attribute.
const AdministratorWebTokenSpecPrivateApps google_androidenterprise_api::AdministratorWebTokenSpec::get_private_apps | ( | ) | const |
Get a reference to the value of the 'privateApps
' attribute.
const AdministratorWebTokenSpecStoreBuilder google_androidenterprise_api::AdministratorWebTokenSpec::get_store_builder | ( | ) | const |
Get a reference to the value of the 'storeBuilder
' attribute.
const AdministratorWebTokenSpecWebApps google_androidenterprise_api::AdministratorWebTokenSpec::get_web_apps | ( | ) | const |
Get a reference to the value of the 'webApps
' attribute.
|
inline |
Returns a string denoting the type of this data object.
|
inline |
Determine if the 'kind
' attribute was set.
kind
' attribute was set.
|
inline |
Determine if the 'managedConfigurations
' attribute was set.
managedConfigurations
' attribute was set.
|
inline |
Determine if the 'parent
' attribute was set.
parent
' attribute was set.
|
inline |
Determine if the 'permission
' attribute was set.
permission
' attribute was set.
|
inline |
Determine if the 'playSearch
' attribute was set.
playSearch
' attribute was set.
|
inline |
Determine if the 'privateApps
' attribute was set.
privateApps
' attribute was set.
|
inline |
Determine if the 'storeBuilder
' attribute was set.
storeBuilder
' attribute was set.
|
inline |
Determine if the 'webApps
' attribute was set.
webApps
' attribute was set. AdministratorWebTokenSpecManagedConfigurations google_androidenterprise_api::AdministratorWebTokenSpec::mutable_managedConfigurations | ( | ) |
Gets a reference to a mutable value of the 'managedConfigurations
' property.
Options for displaying the Managed Configuration page.
|
inline |
Gets a reference to a mutable value of the 'permission
' property.
Deprecated. Use PlaySearch.approveApps.
AdministratorWebTokenSpecPlaySearch google_androidenterprise_api::AdministratorWebTokenSpec::mutable_playSearch | ( | ) |
Gets a reference to a mutable value of the 'playSearch
' property.
Options for displaying the managed Play Search apps page.
AdministratorWebTokenSpecPrivateApps google_androidenterprise_api::AdministratorWebTokenSpec::mutable_privateApps | ( | ) |
Gets a reference to a mutable value of the 'privateApps
' property.
Options for displaying the Private Apps page.
AdministratorWebTokenSpecStoreBuilder google_androidenterprise_api::AdministratorWebTokenSpec::mutable_storeBuilder | ( | ) |
Gets a reference to a mutable value of the 'storeBuilder
' property.
Options for displaying the Organize apps page.
AdministratorWebTokenSpecWebApps google_androidenterprise_api::AdministratorWebTokenSpec::mutable_webApps | ( | ) |
Gets a reference to a mutable value of the 'webApps
' property.
Options for displaying the Web Apps page.
|
static |
Creates a new default instance.
|
inline |
Change the 'kind
' attribute.
[in] | value | The new value. |
|
inline |
Change the 'parent
' attribute.
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.
[in] | value | The new value. |