permissions property

String? permissions
getter/setter pair

The permission approval status of the product.

This field is only set if the product is approved. Possible states are: - "currentApproved", the current set of permissions is approved, but additional permissions will require the administrator to reapprove the product (If the product was approved without specifying the approved permissions setting, then this is the default behavior.), - "needsReapproval", the product has unapproved permissions. No additional product licenses can be assigned until the product is reapproved, - "allCurrentAndFutureApproved", the current permissions are approved and any future permission updates will be automatically approved without administrator review. Possible string values are:

  • "currentApproved"
  • "needsReapproval"
  • "allCurrentAndFutureApproved"

Implementation

core.String? permissions;