google_api_android_management v0.10.0 GoogleApi.AndroidManagement.V1.Model.WebToken View Source
A web token used to access the managed Google Play iframe.
Attributes
name
(type:String.t
, default:nil
) - The name of the web token, which is generated by the server during creation in the form enterprises/{enterpriseId}/webTokens/{webTokenId}.parentFrameUrl
(type:String.t
, default:nil
) - The URL of the parent frame hosting the iframe with the embedded UI. To prevent XSS, the iframe may not be hosted at other URLs. The URL must use the https scheme.permissions
(type:list(String.t)
, default:nil
) - Permissions available to an admin in the embedded UI. An admin must have all of these permissions in order to view the UI.value
(type:String.t
, default:nil
) - The token value which is used in the hosting page to generate the iframe with the embedded UI. This is a read-only field generated by the server.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.