Class PermissionsCapabilities

java.lang.Object
com.ringcentral.definitions.PermissionsCapabilities

public class PermissionsCapabilities extends Object
Advanced permissions capabilities. Returned if `advancedPermissions` query parameter is set to `true`.
  • Field Details

    • enabled

      public Boolean enabled
      Specifies whether the user is enabled with the listed permission or not
    • manageEnabled

      public Boolean manageEnabled
      Specifies if the user can manage the listed permission and is allowed to enable it on other users
    • grantEnabled

      public Boolean grantEnabled
      Specifies if the users who were enabled with the listed permission can grant it further to other users
  • Constructor Details

    • PermissionsCapabilities

      public PermissionsCapabilities()
  • Method Details