status property

String? status
getter/setter pair

Status of the filter.

NONE means the user has access to none of the objects. ALL means the user has access to all objects. ASSIGNED means the user has access to the objects with IDs in the objectIds list. Possible string values are:

  • "NONE" : Profile has access to none of the objects.
  • "ASSIGNED" : Profile has access to only specific objects.
  • "ALL" : Profile has access to all objects.

Implementation

core.String? status;