次の方法で共有


MSFT_NfsMappedIdentity class

Represents a Windows NFS server's mapping from a UNIX user or group account to a Windows user or group account.

The following syntax is simplified from Managed Object Format (MOF) code.

Syntax

[ClassVersion("1.0"), dynamic, provider("nfscimprov"), AMENDMENT]
class MSFT_NfsMappedIdentity
{
  uint32 Type;
  string AccountName;
  uint32 Uid;
  uint32 Gid;
};

Members

The MSFT_NfsMappedIdentity class has these types of members:

Properties

The MSFT_NfsMappedIdentity class has these properties.

AccountName

Data type: string

Access type: Read-only

Qualifiers: key

The Windows user account name for the user or group.

Gid

Data type: uint32

Access type: Read-only

The UNIX group identifier for the account.

Type

Data type: uint32

Access type: Read-only

The account type.

User (0)

Group (1)

Uid

Data type: uint32

Access type: Read-only

The UNIX user identifier for the account.

Remarks

To retrieve a MSFT_NfsMappedIdentity object, use one of the following methods:

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\NFS
MOF
NfsCimProv.mof
DLL
NfsCimProv.dll

See also

MSFT_NfsServerTasks