url property

String? url
getter/setter pair

The absolute URL to the data, which must use either the http or https scheme.

Android Device Policy doesn't provide any credentials in the GET request, so the URL must be publicly accessible. Including a long, random component in the URL may be used to prevent attackers from discovering the URL.

Implementation

core.String? url;