IAdmManagedDomainInfo
The IAdmManagedDomainInfo interface provides access to information about an Active Directory domain managed by the Adaxes service.
Inheritance: IUnknown
Properties
-
Property
-
Description
-
Name
-
Gets the fully qualified domain name (FQDN) of the Active Directory domain (e.g. mydomain.com).
-
NetbiosName
-
Gets the NETBIOS name of the Active Directory domain (e.g. MYDOMAIN).
-
Forest
-
Gets the name of the forest that the Active Directory domain belongs to.
-
DefaultNamingContext
-
Gets the distinguished name (DN) of the default naming context of the domain.
-
SecurityIdentifier
-
Gets the security identifier (SID) of the domain.
-
Guid
-
Gets the globally unique identifier (GUID) of the default naming context of the domain.
-
Mode
-
Gets the functional level that the domain operates in.
-
Status
-
Gets the status of the Active Directory domain.
Details
Name
Gets the fully qualified domain name (FQDN) of the Active Directory domain (e.g. mydomain.com).
- Type:
- String
- Access:
- Read-only
NetbiosName
Gets the NETBIOS name of the Active Directory domain (e.g. MYDOMAIN).
- Type:
- String
- Access:
- Read-only
Forest
Gets the name of the forest that the Active Directory domain belongs to.
- Type:
- String
- Access:
- Read-only
DefaultNamingContext
Gets the distinguished name (DN) of the default naming context of the domain.
- Type:
- String
- Access:
- Read-only
SecurityIdentifier
Gets the security identifier (SID) of the domain. The security identifier is represented as an array of bytes.
- Type:
- Byte[]
- Access:
- Read-only
Guid
Gets the globally unique identifier (GUID) of the default naming context of the domain.
- Type:
- String
- Access:
- Read-only
Mode
Gets the functional level that the domain operates in.
- Type:
- ADM_DOMAIN_FUNCTIONAL_LEVEL_ENUM
- Access:
- Read-only
Status
Gets the status of the Active Directory domain.
- Type:
- ADM_MANAGEDDOMAINSTATUS_ENUM
- Access:
- Read-only
Requirements
Minimum required version: 2009.1