NbAclCreateAclFor Method (String) |
R/W/Adminが同一の ACL を生成する
Namespace: Nec.NebulaAssembly: Nec.Nebula.Core (in Nec.Nebula.Core.dll) Version: 7.0.0.0 (7.0.0.0)
Syntax public static NbAcl CreateAclFor(
string entry
)
Public Shared Function CreateAclFor (
entry As String
) As NbAcl
public:
static NbAcl^ CreateAclFor(
String^ entry
)
static member CreateAclFor :
entry : string -> NbAcl
Parameters
- entry
- Type: SystemString
ユーザIDまたはグループ名
Return Value
Type:
NbAclACL
Exceptions Version Information Core
Supported in: 1.0
See Also