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 WithCreate withUserAccessRights(List<UserAccessRight> userAccessRights)

Specifies the userAccessRights property: Mapping of users and corresponding access rights on the share (required for SMB protocol)..

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:

userAccessRights - Mapping of users and corresponding access rights on the share (required for SMB protocol).

Returns:

the next definition stage.

Applies to