Share.DefinitionStages.WithUserAccessRights Interface
public static interface Share.DefinitionStages.WithUserAccessRights
The stage of the Share definition allowing to specify userAccessRights.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withUserAccessRights(List<UserAccessRight> userAccessRights)
Specifies the user |
Method Details
withUserAccessRights
public abstract Share.DefinitionStages.WithCreate withUserAccessRights(List<UserAccessRight> userAccessRights)
Specifies the userAccessRights property: Mapping of users and corresponding access rights on the share (required for SMB protocol)..
Parameters:
Returns: