customRolesSupportLevel property

String? customRolesSupportLevel
getter/setter pair

The current custom role support level. Possible string values are:

  • "SUPPORTED" : Default state. Permission is fully supported for custom role use.
  • "TESTING" : Permission is being tested to check custom role compatibility.
  • "NOT_SUPPORTED" : Permission is not supported for custom role use.

Implementation

core.String? customRolesSupportLevel;