granted property

String? granted
getter/setter pair

Whether the permission is granted.

Output only. Possible string values are:

  • "UNSPECIFIED_STATE" : The state is unspecified and has not been checked yet.
  • "SUCCESS_STATE" : The state is successful (enabled, granted, fully functional).
  • "FAILURE_STATE" : The state is failed (disabled, denied, not fully functional).
  • "ERROR_STATE" : There was an internal error while checking the state, state is unknown.

Implementation

core.String? granted;