IAdmUserInfo
The IAdmUserInfo interface provides information about a user account.
Inheritance: IUnknown
Properties
-
Property
-
Description
-
AdsPath
-
Gets the ADS path of the user.
-
DN
-
Gets the distinguished name (DN) of the user.
-
Guid
-
Gets the globally unique identifier (GUID) of the user.
-
Sid
-
Gets the security identifier (SID) of the user.
-
NtlmUsername
-
Gets the username of the account in NTLM format (DOMAIN\Username).
-
ImplicitUserPrincipalName
-
Gets the implicit UPN of the user.
-
ExplicitUserPrincipalName
-
Gets the explicit UPN of the user.
Details
AdsPath
Gets the ADS path of the user.
- Type:
- string
- Access:
- Read-only
DN
Gets the distinguished name (DN) of the user.
- Type:
- string
- Access:
- Read-only
Guid
Gets the globally unique identifier (GUID) of the user.
- Type:
- string
- Access:
- Read-only
Sid
Gets the security identifier (SID) of the user.
- Type:
- string
- Access:
- Read-only
NtlmUsername
Gets the username of the account in NTLM format (DOMAIN\Username).
- Type:
- string
- Access:
- Read-only
ImplicitUserPrincipalName
Gets the implicit UPN of the user. The UPN is of the form UserName@DNSDomainName.com.
- Type:
- string
- Access:
- Read-only
ExplicitUserPrincipalName
Gets the explicit UPN of the user. The UPN is of the form Name@Suffix, where both the name and the suffix are explicitly defined by the administrator.
- Type:
- string
- Access:
- Read-only
Requirements
Minimum required version: 2019.1