state property
Whether the permission has been accepted or not. Possible string values are:
- "required" : The permission is required by the app but has not yet been accepted by the enterprise.
- "accepted" : The permission has been accepted by the enterprise.
Implementation
core.String? state;