requestedPermissions property

List<String>? requestedPermissions
getter/setter pair

The set of permissions that the app is currently requesting.

Use Permissions.Get on the EMM API to retrieve details about these permissions.

Implementation

core.List<core.String>? requestedPermissions;