crossProfileCopyPaste property

String? crossProfileCopyPaste
getter/setter pair

Whether text copied from one profile (personal or work) can be pasted in the other profile. Possible string values are:

  • "CROSS_PROFILE_COPY_PASTE_UNSPECIFIED" : Unspecified. Defaults to COPY_FROM_WORK_TO_PERSONAL_DISALLOWED
  • "COPY_FROM_WORK_TO_PERSONAL_DISALLOWED" : Default. Prevents users from pasting into the personal profile text copied from the work profile. Text copied from the personal profile can be pasted into the work profile, and text copied from the work profile can be pasted into the work profile.
  • "CROSS_PROFILE_COPY_PASTE_ALLOWED" : Text copied in either profile can be pasted in the other profile.

Implementation

core.String? crossProfileCopyPaste;