Interface User.DefinitionStages.WithShareAccessRights

All Known Subinterfaces:
User.Definition, User.DefinitionStages.WithCreate
Enclosing interface:
User.DefinitionStages

public static interface User.DefinitionStages.WithShareAccessRights
The stage of the User definition allowing to specify shareAccessRights.
  • Method Details

    • withShareAccessRights

      User.DefinitionStages.WithCreate withShareAccessRights(List<ShareAccessRight> shareAccessRights)
      Specifies the shareAccessRights property: List of shares that the user has rights on. This field should not be specified during user creation..
      Parameters:
      shareAccessRights - List of shares that the user has rights on. This field should not be specified during user creation.
      Returns:
      the next definition stage.