google_api_android_enterprise v0.0.1 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): Identifies what kind of resource this is. Value: the fixed string "androidenterprise#administratorWebTokenSpec". Defaults to:
null
. - parent (String): 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:
null
. - permission (List[String]): The list of permissions the admin is granted within the iframe. The admin will only be allowed to view an iframe if they have all of the permissions associated with it. The only valid value is "approveApps" that will allow the admin to access the iframe in "approve" mode. Defaults to:
null
.