Class SyncMapPermissionUpdater


  • public class SyncMapPermissionUpdater
    extends Updater<SyncMapPermission>
    PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact [email protected].
    • Constructor Detail

      • SyncMapPermissionUpdater

        public SyncMapPermissionUpdater​(String pathServiceSid,
                                        String pathMapSid,
                                        String pathIdentity,
                                        Boolean read,
                                        Boolean write,
                                        Boolean manage)
        Construct a new SyncMapPermissionUpdater.
        Parameters:
        pathServiceSid - Sync Service Instance SID.
        pathMapSid - Sync Map SID or unique name.
        pathIdentity - Identity of the user to whom the Sync Map Permission applies.
        read - Read access.
        write - Write access.
        manage - Manage access.