myriAD Response Object

myriAD responds with a single LdapResponse JSON object for each request it receives, even for encryption requests. Below is the layout of the response as well as a description of each field.

{
    "success": true,
    "server": "LDAP Server Connected To",
    "searchBase": "Search Base Used For Query",
    "serachBases": [
        "Search Base 1",
        "Search Base 2"
    ],
    "searchFilter": "The Raw LDAP Search Filter Used For Query",
    "searchFilters": [
        "Search Filter 1",
        "Search Filter 2"
    ],
    "status": "SuccessWithWarnings",
    "message": "Error Message or Encrypted Value of Password",
    "totalRecords": 42,
    "nextToken": "Base64 Encoded LDAP Cookie To Continue Search",
    "records": [
        {
            "dn": "DistinguishedName,
            "attributes": {
                "attr001": "value",
                "attr002": [
                    "val001",
                    "val002"
                ]
            }
        }
    ]
}
Json Path Description
success Boolean Value indicating whether the action was executed sucessfully.
server The LDAP Server that the query was sent to.
searchBase The Search Base the query was executed against.
searchBases A list of the Serarch Bases that were used in the request. This only appears when the "union" element is in the request. See Multiple Searches In One Request for details.
searchFilter The raw LDAP Search Filter used for the query.
searchFilters A list of Search Filters that were used in the request. This only appears when the "union" element is in the request. See Multiple Searches In One Request for details.
status Enumeration indicating the status of the request. Valid values are "Success", "SuccessWithWarnings" and "Failure".
message When success is false, the error message. When query was an encrpytion request, this field will contained the encrypted value.
totalRecords Total number of records returned in this search.
nextToken Base64 encoded cookie that alllows for paged searches. WARNING : This token is highly dependant on the server supporting this functionality, as well as the settings around the cookie pool. From my observations, this token does not reliably survive closing of an LDAPConnection.
records A list of Zero or more records that are the result of the query.
records > dn The DistinguisedName of the LDAP record. This will ALWAYS be returned for every record.
records > attributes A Key/Value dictionary of attributes requested to be returned with each object. See Return Types section below for an explaination of how attributes are returned.

Return Types

MyriAD does its best to return an attribute as it is defined in ActiveDirectory. Strings will return as strings, numbers as numbers, booleans as booleans, etc... This is done by keeping a directory of default return types for ActiveDirectory.

MyriAD contains a list of around 1500 attributes, taken from a base installation of ActiveDirectory on a Windows 2016 Server. These default values can be overridden on an installation level using MyriadEnvReturnTypes environment variable, or on a per-request level using the returnTypes attribute in the config section of the request.

Below is a list of each possible return type available.

Type Value
String A single string value.
StringArray An array of string values.
Bytes A single HEX value string representing a byte array (starts with 0x)
BytesArray An array of HEX value string, each representing a byte array (starting with 0x)
Guid A string in GUID format (Ex: 027a7130-1234-4526-5678-d3f13f750de3)
GuidArray An array of GUID Strings
Sid A string in SID format (Ex: S-1-5-21-1234567890-987654321-111222333-44556677)
SidArray An array of SID formatted strings.
Number A single, numeric value.
NumberArray An array of numeric values.
Boolean A single true/false value.
BooleanArray An array of boolean values.

Default Return Types

By default, MyriAD attempts to return an attribute in the same format as it is stored in ActiveDirectory. These return types can be overriden in the request, or by being specified in an environment variable. The values below are a list of ActiveDirectory attributes and their default return value types from MyriAD.

Attribute Default Return Type
accountExpires Number
accountNameHistory StringArray
aCSAggregateTokenRatePerUser Number
aCSAllocableRSVPBandwidth Number
aCSCacheTimeout Number
aCSDirection Number
aCSDSBMDeadTime Number
aCSDSBMPriority Number
aCSDSBMRefresh Number
aCSEnableACSService Boolean
aCSEnableRSVPAccounting Boolean
aCSEnableRSVPMessageLogging Boolean
aCSEventLogLevel Number
aCSIdentityName StringArray
aCSMaxAggregatePeakRatePerUser Number
aCSMaxDurationPerFlow Number
aCSMaximumSDUSize Number
aCSMaxNoOfAccountFiles Number
aCSMaxNoOfLogFiles Number
aCSMaxPeakBandwidth Number
aCSMaxPeakBandwidthPerFlow Number
aCSMaxSizeOfRSVPAccountFile Number
aCSMaxSizeOfRSVPLogFile Number
aCSMaxTokenBucketPerFlow Number
aCSMaxTokenRatePerFlow Number
aCSMinimumDelayVariation Number
aCSMinimumLatency Number
aCSMinimumPolicedSize Number
aCSNonReservedMaxSDUSize Number
aCSNonReservedMinPolicedSize Number
aCSNonReservedPeakRate Number
aCSNonReservedTokenSize Number
aCSNonReservedTxLimit Number
aCSNonReservedTxSize Number
aCSPermissionBits Number
aCSPolicyName String
aCSPriority Number
aCSRSVPAccountFilesLocation String
aCSRSVPLogFilesLocation String
aCSServerList StringArray
aCSServiceType Number
aCSTimeOfDay String
aCSTotalNoOfFlows Number
additionalTrustedServiceNames StringArray
addressBookRoots StringArray
addressBookRoots2 StringArray
addressEntryDisplayTable Bytes
addressEntryDisplayTableMSDOS Bytes
addressSyntax Bytes
addressType String
adminContextMenu StringArray
adminCount Number
adminDescription String
adminDisplayName String
adminMultiselectPropertyPages StringArray
adminPropertyPages StringArray
allowedAttributes StringArray
allowedAttributesEffective StringArray
allowedChildClasses StringArray
allowedChildClassesEffective StringArray
altSecurityIdentities StringArray
aNR String
applicationName String
appliesTo StringArray
appSchemaVersion Number
assetNumber String
assistant String
associatedDomain StringArray
associatedName StringArray
assocNTAccount Bytes
attributeCertificateAttribute BytesArray
attributeDisplayNames StringArray
attributeID String
attributeSecurityGUID Guid
attributeSyntax String
attributeTypes StringArray
audio BytesArray
auditingPolicy Bytes
authenticationOptions Number
authorityRevocationList BytesArray
auxiliaryClass StringArray
badPasswordTime Number
badPwdCount Number
birthLocation Bytes
bootFile StringArray
bootParameter StringArray
bridgeheadServerListBL StringArray
bridgeheadTransportList StringArray
buildingName StringArray
builtinCreationTime Number
builtinModifiedCount Number
businessCategory StringArray
bytesPerMinute Number
c String
cACertificate BytesArray
cACertificateDN String
cAConnect String
canonicalName StringArray
canUpgradeScript StringArray
carLicense StringArray
catalogs StringArray
categories StringArray
categoryId Bytes
cAUsages StringArray
cAWEBURL String
certificateAuthorityObject String
certificateRevocationList Bytes
certificateTemplates StringArray
classDisplayName StringArray
cn String
co String
codePage Number
cOMClassID StringArray
cOMCLSID String
cOMInterfaceID StringArray
comment String
cOMOtherProgId StringArray
company String
cOMProgID StringArray
cOMTreatAsClassId String
cOMTypelibId StringArray
cOMUniqueLIBID String
contentIndexingAllowed Boolean
contextMenu StringArray
controlAccessRights BytesArray
cost Number
countryCode Number
createDialog String
createTimeStamp String
createWizardExt StringArray
creationTime Number
creationWizard String
creator String
cRLObject String
cRLPartitionedRevocationList Bytes
crossCertificatePair BytesArray
currentLocation Bytes
currentParentCA StringArray
currentValue Bytes
currMachineId Bytes
dBCSPwd Bytes
dc String
defaultClassStore StringArray
defaultGroup String
defaultHidingValue Boolean
defaultLocalPolicyObject String
defaultObjectCategory String
defaultPriority Number
defaultSecurityDescriptor String
deltaRevocationList BytesArray
department String
departmentNumber StringArray
description StringArray
desktopProfile String
destinationIndicator StringArray
dhcpClasses BytesArray
dhcpFlags Number
dhcpIdentification String
dhcpMask StringArray
dhcpMaxKey Number
dhcpObjDescription String
dhcpObjName String
dhcpOptions BytesArray
dhcpProperties BytesArray
dhcpRanges StringArray
dhcpReservations StringArray
dhcpServers StringArray
dhcpSites StringArray
dhcpState StringArray
dhcpSubnets StringArray
dhcpType Number
dhcpUniqueKey Number
dhcpUpdateTime Number
directReports StringArray
displayName String
displayNamePrintable String
distinguishedName String
dITContentRules StringArray
division String
dMDLocation String
dmdName String
dNReferenceUpdate StringArray
dnsAllowDynamic Boolean
dnsAllowXFR Boolean
dNSHostName String
dnsNotifySecondaries NumberArray
dNSProperty BytesArray
dnsRecord BytesArray
dnsRoot StringArray
dnsSecureSecondaries NumberArray
dNSTombstoned Boolean
documentAuthor StringArray
documentIdentifier StringArray
documentLocation StringArray
documentPublisher StringArray
documentTitle StringArray
documentVersion StringArray
domainCAs StringArray
domainCrossRef String
domainID String
domainIdentifier Number
domainPolicyObject String
domainPolicyReference String
domainReplica String
domainWidePolicy BytesArray
drink StringArray
driverName String
driverVersion Number
dSASignature Bytes
dSCorePropagationData StringArray
dSHeuristics String
dSUIAdminMaximum Number
dSUIAdminNotification StringArray
dSUIShellMaximum Number
dynamicLDAPServer String
eFSPolicy BytesArray
employeeID String
employeeNumber String
employeeType String
Enabled Boolean
enabledConnection Boolean
enrollmentProviders String
entryTTL Number
extendedAttributeInfo StringArray
extendedCharsAllowed Boolean
extendedClassInfo StringArray
extensionName StringArray
extraColumns StringArray
facsimileTelephoneNumber String
fileExtPriority StringArray
flags Number
flatName String
forceLogoff Number
foreignIdentifier Bytes
friendlyNames StringArray
fromEntry BooleanArray
fromServer String
frsComputerReference String
frsComputerReferenceBL StringArray
fRSControlDataCreation String
fRSControlInboundBacklog String
fRSControlOutboundBacklog String
fRSDirectoryFilter String
fRSDSPoll Number
fRSExtensions Bytes
fRSFaultCondition String
fRSFileFilter String
fRSFlags Number
fRSLevelLimit Number
fRSMemberReference String
fRSMemberReferenceBL StringArray
fRSPartnerAuthLevel Number
fRSPrimaryMember String
fRSReplicaSetGUID Guid
fRSReplicaSetType Number
fRSRootPath String
fRSRootSecurity String
fRSServiceCommand String
fRSServiceCommandStatus String
fRSStagingPath String
fRSTimeLastCommand String
fRSTimeLastConfigChange String
fRSUpdateTimeout Number
fRSVersion String
fRSVersionGUID Guid
fRSWorkingPath String
fSMORoleOwner String
garbageCollPeriod Number
gecos String
generatedConnection Boolean
generationQualifier String
gidNumber Number
givenName String
globalAddressList StringArray
globalAddressList2 StringArray
governsID String
gPCFileSysPath String
gPCFunctionalityVersion Number
gPCMachineExtensionNames String
gPCUserExtensionNames String
gPCWQLFilter String
gPLink String
gPOptions Number
groupAttributes Number
groupMembershipSAM Bytes
groupPriority StringArray
groupsToIgnore StringArray
groupType Number
hasMasterNCs StringArray
hasPartialReplicaNCs StringArray
helpData16 Bytes
helpData32 Bytes
helpFileName String
hideFromAB Boolean
homeDirectory String
homeDrive String
homePhone String
homePostalAddress String
host StringArray
houseIdentifier StringArray
iconPath StringArray
implementedCategories BytesArray
indexedScopes StringArray
info String
initialAuthIncoming String
initialAuthOutgoing String
initials String
installUiLevel Number
instanceType Number
internationalISDNNumber StringArray
interSiteTopologyFailover Number
interSiteTopologyGenerator String
interSiteTopologyRenew Number
invocationId Bytes
ipHostNumber StringArray
ipNetmaskNumber String
ipNetworkNumber String
ipPhone String
ipProtocolNumber Number
ipsecData Bytes
ipsecDataType Number
ipsecFilterReference StringArray
ipsecID String
ipsecISAKMPReference String
ipsecName String
iPSECNegotiationPolicyAction String
ipsecNegotiationPolicyReference String
iPSECNegotiationPolicyType String
ipsecNFAReference StringArray
ipsecOwnersReference StringArray
ipsecPolicyReference String
ipServicePort Number
ipServiceProtocol StringArray
isCriticalSystemObject Boolean
isDefunct Boolean
isDeleted Boolean
isEphemeral Boolean
isMemberOfPartialAttributeSet Boolean
isPrivilegeHolder StringArray
isRecycled Boolean
isSingleValued Boolean
jpegPhoto BytesArray
keywords StringArray
knowledgeInformation StringArray
l String
labeledURI StringArray
lastBackupRestorationTime Number
lastContentIndexed Number
lastKnownParent String
lastLogoff Number
lastLogon Number
lastLogonTimestamp Number
lastSetTime Number
lastUpdateSequence String
lDAPAdminLimits StringArray
lDAPDisplayName String
lDAPIPDenyList BytesArray
legacyExchangeDN String
linkID Number
linkTrackSecret Bytes
lmPwdHistory BytesArray
localeID NumberArray
localizationDisplayId Number
localizedDescription StringArray
localPolicyFlags Number
localPolicyReference String
location String
lockoutDuration Number
lockOutObservationWindow Number
lockoutThreshold Number
lockoutTime Number
loginShell String
logonCount Number
logonHours Bytes
logonWorkstation Bytes
lSACreationTime Number
lSAModifiedCount Number
macAddress StringArray
machineArchitecture NumberArray
machinePasswordChangeInterval Number
machineRole Number
machineWidePolicy BytesArray
mail String
mailAddress String
managedBy String
managedObjects StringArray
manager String
mAPIID Number
marshalledInterface BytesArray
masteredBy StringArray
maxPwdAge Number
maxRenewAge Number
maxStorage Number
maxTicketAge Number
mayContain StringArray
meetingAdvertiseScope String
meetingApplication StringArray
meetingBandwidth NumberArray
meetingBlob Bytes
meetingContactInfo String
meetingDescription String
meetingEndTime StringArray
meetingID String
meetingIP String
meetingIsEncrypted String
meetingKeyword StringArray
meetingLanguage StringArray
meetingLocation StringArray
meetingMaxParticipants Number
meetingName String
meetingOriginator String
meetingOwner String
meetingProtocol StringArray
meetingRating StringArray
meetingRecurrence String
meetingScope StringArray
meetingStartTime StringArray
meetingType String
meetingURL StringArray
member StringArray
memberNisNetgroup StringArray
memberOf StringArray
memberUid StringArray
mhsORAddress StringArray
middleName String
minPwdAge Number
minPwdLength Number
minTicketAge Number
mobile String
modifiedCount Number
modifiedCountAtLastProm Number
modifyTimeStamp String
moniker BytesArray
monikerDisplayName StringArray
moveTreeState BytesArray
mS-DS-ConsistencyChildCount Number
mS-DS-ConsistencyGuid Guid
mS-DS-CreatorSID Sid
ms-DS-MachineAccountQuota Number
mS-DS-ReplicatesNCReason StringArray
ms-net-ieee-8023-GP-PolicyData String
ms-net-ieee-8023-GP-PolicyGUID Guid
ms-net-ieee-8023-GP-PolicyReserved Bytes
ms-net-ieee-80211-GP-PolicyData String
ms-net-ieee-80211-GP-PolicyGUID Guid
ms-net-ieee-80211-GP-PolicyReserved Bytes
mS-SQL-Alias String
mS-SQL-AllowAnonymousSubscription Boolean
mS-SQL-AllowImmediateUpdatingSubscription Boolean
mS-SQL-AllowKnownPullSubscription Boolean
mS-SQL-AllowQueuedUpdatingSubscription Boolean
mS-SQL-AllowSnapshotFilesFTPDownloading Boolean
mS-SQL-AppleTalk String
mS-SQL-Applications StringArray
mS-SQL-Build Number
mS-SQL-CharacterSet Number
mS-SQL-Clustered Boolean
mS-SQL-ConnectionURL String
mS-SQL-Contact String
mS-SQL-CreationDate String
mS-SQL-Database String
mS-SQL-Description String
mS-SQL-GPSHeight String
mS-SQL-GPSLatitude String
mS-SQL-GPSLongitude String
mS-SQL-InformationDirectory Boolean
mS-SQL-InformationURL String
mS-SQL-Keywords StringArray
mS-SQL-Language String
mS-SQL-LastBackupDate String
mS-SQL-LastDiagnosticDate String
mS-SQL-LastUpdatedDate String
mS-SQL-Location String
mS-SQL-Memory Number
mS-SQL-MultiProtocol String
mS-SQL-Name String
mS-SQL-NamedPipe String
mS-SQL-PublicationURL String
mS-SQL-Publisher String
mS-SQL-RegisteredOwner String
mS-SQL-ServiceAccount String
mS-SQL-Size Number
mS-SQL-SortOrder String
mS-SQL-SPX String
mS-SQL-Status Number
mS-SQL-TCPIP String
mS-SQL-ThirdParty Boolean
mS-SQL-Type String
mS-SQL-UnicodeSortOrder Number
mS-SQL-Version String
mS-SQL-Vines String
msAuthz-CentralAccessPolicyID Bytes
msAuthz-EffectiveSecurityPolicy String
msAuthz-LastEffectiveSecurityPolicy String
msAuthz-MemberRulesInCentralAccessPolicy StringArray
msAuthz-MemberRulesInCentralAccessPolicyBL StringArray
msAuthz-ProposedSecurityPolicy String
msAuthz-ResourceCondition String
msCOM-DefaultPartitionLink String
msCOM-ObjectId Bytes
msCOM-PartitionLink StringArray
msCOM-PartitionSetLink StringArray
msCOM-UserLink StringArray
msCOM-UserPartitionSetLink String
mscopeId String
msDFS-Commentv2 String
msDFS-GenerationGUIDv2 Guid
msDFS-LastModifiedv2 String
msDFS-LinkIdentityGUIDv2 Guid
msDFS-LinkPathv2 String
msDFS-LinkSecurityDescriptorv2 String
msDFS-NamespaceIdentityGUIDv2 Guid
msDFS-Propertiesv2 StringArray
msDFS-SchemaMajorVersion Number
msDFS-SchemaMinorVersion Number
msDFS-ShortNameLinkPathv2 String
msDFS-TargetListv2 Bytes
msDFS-Ttlv2 Number
msDFSR-CachePolicy Number
msDFSR-CommonStagingPath String
msDFSR-CommonStagingSizeInMb Number
msDFSR-ComputerReference String
msDFSR-ComputerReferenceBL StringArray
msDFSR-ConflictPath String
msDFSR-ConflictSizeInMb Number
msDFSR-ContentSetGuid Guid
msDFSR-DefaultCompressionExclusionFilter String
msDFSR-DeletedPath String
msDFSR-DeletedSizeInMb Number
msDFSR-DfsLinkTarget String
msDFSR-DfsPath String
msDFSR-DirectoryFilter String
msDFSR-DisablePacketPrivacy Boolean
msDFSR-Enabled Boolean
msDFSR-Extension Bytes
msDFSR-FileFilter String
msDFSR-Flags Number
msDFSR-Keywords String
msDFSR-MaxAgeInCacheInMin Number
msDFSR-MemberReference String
msDFSR-MemberReferenceBL StringArray
msDFSR-MinDurationCacheInMin Number
msDFSR-OnDemandExclusionDirectoryFilter String
msDFSR-OnDemandExclusionFileFilter String
msDFSR-Options Number
msDFSR-Options2 Number
msDFSR-Priority Number
msDFSR-RdcEnabled Boolean
msDFSR-RdcMinFileSizeInKb Number
msDFSR-ReadOnly Boolean
msDFSR-ReplicationGroupGuid Guid
msDFSR-ReplicationGroupType Number
msDFSR-RootFence Number
msDFSR-RootPath String
msDFSR-RootSizeInMb Number
msDFSR-Schedule Bytes
msDFSR-StagingCleanupTriggerInPercent Number
msDFSR-StagingPath String
msDFSR-StagingSizeInMb Number
msDFSR-TombstoneExpiryInMin Number
msDFSR-Version String
msDNS-DNSKEYRecords BytesArray
msDNS-DNSKEYRecordSetTTL Number
msDNS-DSRecordAlgorithms Number
msDNS-DSRecordSetTTL Number
msDNS-IsSigned Boolean
msDNS-KeymasterZones StringArray
msDNS-MaintainTrustAnchor Number
msDNS-NSEC3CurrentSalt String
msDNS-NSEC3HashAlgorithm Number
msDNS-NSEC3Iterations Number
msDNS-NSEC3OptOut Boolean
msDNS-NSEC3RandomSaltLength Number
msDNS-NSEC3UserSalt String
msDNS-ParentHasSecureDelegation Boolean
msDNS-PropagationTime Number
msDNS-RFC5011KeyRollovers Boolean
msDNS-SecureDelegationPollingPeriod Number
msDNS-SignatureInceptionOffset Number
msDNS-SigningKeyDescriptors BytesArray
msDNS-SigningKeys BytesArray
msDNS-SignWithNSEC3 Boolean
msDRM-IdentityCertificate BytesArray
msDS-AdditionalDnsHostName StringArray
msDS-AdditionalSamAccountName StringArray
msDS-AllowedDNSSuffixes StringArray
msDS-AllowedToActOnBehalfOfOtherIdentity String
msDS-AllowedToDelegateTo StringArray
msDS-AllUsersTrustQuota Number
msDS-AppliesToResourceTypes StringArray
msDS-Approx-Immed-Subordinates Number
msDS-ApproximateLastLogonTimeStamp Number
msDS-AssignedAuthNPolicy String
msDS-AssignedAuthNPolicyBL StringArray
msDS-AssignedAuthNPolicySilo String
msDS-AssignedAuthNPolicySiloBL StringArray
msDS-AuthenticatedAtDC StringArray
msDS-AuthenticatedToAccountlist StringArray
msDS-AuthNPolicyEnforced Boolean
msDS-AuthNPolicySiloEnforced Boolean
msDS-AuthNPolicySiloMembers StringArray
msDS-AuthNPolicySiloMembersBL StringArray
msDS-Auxiliary-Classes StringArray
msDS-AzApplicationData String
msDS-AzApplicationName String
msDS-AzApplicationVersion String
msDS-AzBizRule String
msDS-AzBizRuleLanguage String
msDS-AzClassId String
msDS-AzDomainTimeout Number
msDS-AzGenerateAudits Boolean
msDS-AzGenericData String
msDS-AzLastImportedBizRulePath String
msDS-AzLDAPQuery String
msDS-AzMajorVersion Number
msDS-AzMinorVersion Number
msDS-AzObjectGuid Guid
msDS-AzOperationID Number
msDS-AzScopeName String
msDS-AzScriptEngineCacheMax Number
msDS-AzScriptTimeout Number
msDS-AzTaskIsRoleDefinition Boolean
msDS-Behavior-Version Number
msDS-BridgeHeadServersUsed StringArray
msDS-ByteArray BytesArray
msDS-Cached-Membership-Time-Stamp Number
msDS-Cached-Membership Bytes
msDS-ClaimAttributeSource String
msDS-ClaimIsSingleValued Boolean
msDS-ClaimIsValueSpaceRestricted Boolean
msDS-ClaimPossibleValues String
msDS-ClaimSharesPossibleValuesWith String
msDS-ClaimSharesPossibleValuesWithBL StringArray
msDS-ClaimSource String
msDS-ClaimSourceType String
msDS-ClaimTypeAppliesToClass StringArray
msDS-ClaimValueType Number
msDS-CloudAnchor Bytes
msDS-cloudExtensionAttribute1 String
msDS-cloudExtensionAttribute2 String
msDS-cloudExtensionAttribute3 String
msDS-cloudExtensionAttribute4 String
msDS-cloudExtensionAttribute5 String
msDS-cloudExtensionAttribute6 String
msDS-cloudExtensionAttribute7 String
msDS-cloudExtensionAttribute8 String
msDS-cloudExtensionAttribute9 String
msDS-cloudExtensionAttribute10 String
msDS-cloudExtensionAttribute11 String
msDS-cloudExtensionAttribute12 String
msDS-cloudExtensionAttribute13 String
msDS-cloudExtensionAttribute14 String
msDS-cloudExtensionAttribute15 String
msDS-cloudExtensionAttribute16 String
msDS-cloudExtensionAttribute17 String
msDS-cloudExtensionAttribute18 String
msDS-cloudExtensionAttribute19 String
msDS-cloudExtensionAttribute20 String
msDS-CloudIsEnabled Boolean
msDS-CloudIsManaged Boolean
msDS-CloudIssuerPublicCertificates BytesArray
msDS-ComputerAllowedToAuthenticateTo Bytes
msDS-ComputerAuthNPolicy String
msDS-ComputerAuthNPolicyBL StringArray
msDS-ComputerSID Sid
msDS-ComputerTGTLifetime Number
msDS-CustomKeyInformation Bytes
msDS-DateTime StringArray
msDS-DefaultQuota Number
msDS-DeletedObjectLifetime Number
msDS-DeviceDN String
msDS-DeviceID Bytes
msDS-DeviceLocation String
msDS-DeviceMDMStatus String
msDS-DeviceObjectVersion Number
msDS-DeviceOSType String
msDS-DeviceOSVersion String
msDS-DevicePhysicalIDs StringArray
msDS-DeviceTrustType Number
msDS-DnsRootAlias String
msDS-DrsFarmID String
msDS-EgressClaimsTransformationPolicy String
msDS-EnabledFeature StringArray
msDS-EnabledFeatureBL StringArray
msDS-Entry-Time-To-Die String
msDS-ExecuteScriptPassword Bytes
msDS-ExpirePasswordsOnSmartCardOnlyAccounts Boolean
msDS-ExternalDirectoryObjectId String
msDS-ExternalKey StringArray
msDS-ExternalStore StringArray
msDS-FailedInteractiveLogonCount Number
msDS-FailedInteractiveLogonCountAtLastSuccessfulLogon Number
msDS-FilterContainers StringArray
msDS-GenerationId Bytes
msDS-GeoCoordinatesAltitude Number
msDS-GeoCoordinatesLatitude Number
msDS-GeoCoordinatesLongitude Number
msDS-GroupMSAMembership String
msDS-HABSeniorityIndex Number
msDS-HasDomainNCs StringArray
msDS-hasFullReplicaNCs StringArray
msDS-HasInstantiatedNCs StringArray
msDS-hasMasterNCs StringArray
msDS-HostServiceAccount StringArray
msDS-HostServiceAccountBL StringArray
msDS-IngressClaimsTransformationPolicy String
msDS-Integer NumberArray
msDS-IntId Number
msDS-IsCompliant Boolean
msDS-IsDomainFor StringArray
msDS-IsEnabled Boolean
msDS-IsFullReplicaFor StringArray
msDS-isGC Boolean
msDS-IsManaged Boolean
msDS-IsPartialReplicaFor StringArray
msDS-IsPossibleValuesPresent Boolean
msDS-IsPrimaryComputerFor StringArray
msDS-isRODC Boolean
msDS-IssuerCertificates BytesArray
msDS-IssuerPublicCertificates BytesArray
msDS-IsUsedAsResourceSecurityAttribute Boolean
msDS-IsUserCachableAtRodc Number
msDS-KeyApproximateLastLogonTimeStamp Number
msDS-KeyCredentialLink-BL StringArray
msDS-KeyCredentialLink StringArray
msDS-KeyId Bytes
msDS-KeyMaterial Bytes
msDS-KeyPrincipal String
msDS-KeyPrincipalBL StringArray
msDS-KeyUsage String
msDS-KeyVersionNumber Number
msDS-KrbTgtLink String
msDS-KrbTgtLinkBl StringArray
msDS-LastFailedInteractiveLogonTime Number
msDS-LastKnownRDN String
msDS-LastSuccessfulInteractiveLogonTime Number
msDS-LocalEffectiveDeletionTime String
msDS-LocalEffectiveRecycleTime String
msDS-LockoutDuration Number
msDS-LockoutObservationWindow Number
msDS-LockoutThreshold Number
msDS-LogonTimeSyncInterval Number
msDS-ManagedPassword Bytes
msDS-ManagedPasswordId Bytes
msDS-ManagedPasswordInterval Number
msDS-ManagedPasswordPreviousId Bytes
msDs-masteredBy StringArray
msDS-MaximumPasswordAge Number
msDS-MaximumRegistrationInactivityPeriod Number
msDs-MaxValues Number
msds-memberOfTransitive StringArray
msDS-MembersForAzRole StringArray
msDS-MembersForAzRoleBL StringArray
msDS-MembersOfResourcePropertyList StringArray
msDS-MembersOfResourcePropertyListBL StringArray
msds-memberTransitive StringArray
msDS-MinimumPasswordAge Number
msDS-MinimumPasswordLength Number
msDS-NC-Replica-Locations StringArray
msDS-NC-RO-Replica-Locations-BL StringArray
msDS-NC-RO-Replica-Locations StringArray
msDS-NCReplCursors StringArray
msDS-NCReplInboundNeighbors StringArray
msDS-NCReplOutboundNeighbors StringArray
msDS-NcType Number
msDS-NeverRevealGroup StringArray
msDS-Non-Security-Group-Extra-Classes StringArray
msDS-NonMembers StringArray
msDS-NonMembersBL StringArray
msDS-ObjectReference StringArray
msDS-ObjectReferenceBL StringArray
msDS-ObjectSoa String
msDS-OIDToGroupLink String
msDS-OIDToGroupLinkBl StringArray
msDS-OperationsForAzRole StringArray
msDS-OperationsForAzRoleBL StringArray
msDS-OperationsForAzTask StringArray
msDS-OperationsForAzTaskBL StringArray
msDS-OptionalFeatureFlags Number
msDS-OptionalFeatureGUID Guid
msDS-Other-Settings StringArray
msDS-parentdistname String
msDS-PasswordComplexityEnabled Boolean
msDS-PasswordHistoryLength Number
msDS-PasswordReversibleEncryptionEnabled Boolean
msDS-PasswordSettingsPrecedence Number
msDS-PerUserTrustQuota Number
msDS-PerUserTrustTombstonesQuota Number
msDS-PhoneticCompanyName String
msDS-PhoneticDepartment String
msDS-PhoneticDisplayName String
msDS-PhoneticFirstName String
msDS-PhoneticLastName String
msDS-Preferred-GC-Site String
msDS-PrimaryComputer StringArray
msDS-PrincipalName String
msDS-PromotionSettings String
msDS-PSOApplied StringArray
msDS-PSOAppliesTo StringArray
msDS-QuotaAmount Number
msDS-QuotaEffective Number
msDS-QuotaTrustee Bytes
msDS-QuotaUsed Number
msDS-RegisteredOwner Bytes
msDS-RegisteredUsers BytesArray
msDS-RegistrationQuota Number
msDS-ReplAttributeMetaData StringArray
msDS-Replication-Notify-First-DSA-Delay Number
msDS-Replication-Notify-Subsequent-DSA-Delay Number
msDS-ReplicationEpoch Number
msDS-ReplValueMetaData StringArray
msDS-ReplValueMetaDataExt StringArray
msDS-RequiredDomainBehaviorVersion Number
msDS-RequiredForestBehaviorVersion Number
msDS-ResultantPSO String
msDS-RetiredReplNCSignatures Bytes
msDS-RevealedDSAs StringArray
msDS-RevealedList StringArray
msDS-RevealedListBL StringArray
msDS-RevealedUsers StringArray
msDS-RevealOnDemandGroup StringArray
msDS-RIDPoolAllocationEnabled Boolean
msDs-Schema-Extensions BytesArray
msDS-SDReferenceDomain String
msDS-SecondaryKrbTgtNumber Number
msDS-Security-Group-Extra-Classes StringArray
msDS-ServiceAllowedNTLMNetworkAuthentication Boolean
msDS-ServiceAllowedToAuthenticateFrom Bytes
msDS-ServiceAllowedToAuthenticateTo Bytes
msDS-ServiceAuthNPolicy String
msDS-ServiceAuthNPolicyBL StringArray
msDS-ServiceTGTLifetime Number
msDS-Settings StringArray
msDS-ShadowPrincipalSid Sid
msDS-Site-Affinity BytesArray
msDS-SiteName String
msDS-SourceAnchor String
msDS-SourceObjectDN String
msDS-SPNSuffixes StringArray
msDS-StrongNTLMPolicy Number
msDS-SupportedEncryptionTypes Number
msDS-SyncServerUrl StringArray
msDS-TasksForAzRole StringArray
msDS-TasksForAzRoleBL StringArray
msDS-TasksForAzTask StringArray
msDS-TasksForAzTaskBL StringArray
msDS-TDOEgressBL StringArray
msDS-TDOIngressBL StringArray
msds-tokenGroupNames StringArray
msds-tokenGroupNamesGlobalAndUniversal StringArray
msds-tokenGroupNamesNoGCAcceptable StringArray
msDS-TombstoneQuotaFactor Number
msDS-TopQuotaUsage StringArray
msDS-TransformationRules String
msDS-TransformationRulesCompiled Bytes
msDS-TrustForestTrustInfo Bytes
msDS-UpdateScript String
msDS-User-Account-Control-Computed Number
msDS-UserAllowedNTLMNetworkAuthentication Boolean
msDS-UserAllowedToAuthenticateFrom Bytes
msDS-UserAllowedToAuthenticateTo Bytes
msDS-UserAuthNPolicy String
msDS-UserAuthNPolicyBL StringArray
msDS-UserPasswordExpiryTimeComputed Number
msDS-UserTGTLifetime Number
msDS-USNLastSyncSuccess Number
msDS-ValueTypeReference String
msDS-ValueTypeReferenceBL StringArray
msExchAssistantName String
msExchHouseIdentifier String
msExchLabeledURI StringArray
msFRS-Hub-Member String
msFRS-Topology-Pref String
msFVE-KeyPackage Bytes
msFVE-RecoveryGuid Guid
msFVE-RecoveryPassword String
msFVE-VolumeGuid Guid
msieee80211-Data Bytes
msieee80211-DataType Number
msieee80211-ID String
msiFileList StringArray
msIIS-FTPDir String
msIIS-FTPRoot String
msImaging-HashAlgorithm String
msImaging-PSPIdentifier Bytes
msImaging-PSPString String
msImaging-ThumbprintHash Bytes
msiScript Bytes
msiScriptName String
msiScriptPath String
msiScriptSize Number
msKds-CreateTime Number
msKds-DomainID String
msKds-KDFAlgorithmID String
msKds-KDFParam Bytes
msKds-PrivateKeyLength Number
msKds-PublicKeyLength Number
msKds-RootKeyData Bytes
msKds-SecretAgreementAlgorithmID String
msKds-SecretAgreementParam Bytes
msKds-UseStartTime Number
msKds-Version Number
MSMQ-MulticastAddress String
msMQ-Recipient-FormatName String
MSMQ-SecuredSource Boolean
mSMQAuthenticate Boolean
mSMQBasePriority Number
mSMQComputerType String
mSMQComputerTypeEx String
mSMQCost Number
mSMQCSPName String
mSMQDependentClientService Boolean
mSMQDependentClientServices Boolean
mSMQDigests BytesArray
mSMQDigestsMig BytesArray
mSMQDsService Boolean
mSMQDsServices Boolean
mSMQEncryptKey Bytes
mSMQForeign Boolean
mSMQInRoutingServers StringArray
mSMQInterval1 Number
mSMQInterval2 Number
mSMQJournal Boolean
mSMQJournalQuota Number
mSMQLabel String
mSMQLabelEx String
mSMQLongLived Number
mSMQMigrated Boolean
mSMQNameStyle Boolean
mSMQNt4Flags Number
mSMQNt4Stub NumberArray
mSMQOSType Number
mSMQOutRoutingServers StringArray
mSMQOwnerID Bytes
mSMQPrevSiteGates StringArray
mSMQPrivacyLevel Number
mSMQQMID Bytes
mSMQQueueJournalQuota Number
mSMQQueueNameExt String
mSMQQueueQuota Number
mSMQQueueType Bytes
mSMQQuota Number
mSMQRoutingService Boolean
mSMQRoutingServices Boolean
mSMQServices Number
mSMQServiceType Number
mSMQSignCertificates Bytes
mSMQSignCertificatesMig Bytes
mSMQSignKey Bytes
mSMQSite1 String
mSMQSite2 String
mSMQSiteForeign BooleanArray
mSMQSiteGates StringArray
mSMQSiteGatesMig StringArray
mSMQSiteID Bytes
mSMQSiteName String
mSMQSiteNameEx String
mSMQSites BytesArray
mSMQTransactional Boolean
mSMQUserSid Sid
mSMQVersion Number
msNPAllowDialin Boolean
msNPCalledStationID StringArray
msNPCallingStationID StringArray
msNPSavedCallingStationID StringArray
msPKI-Cert-Template-OID String
msPKI-Certificate-Application-Policy StringArray
msPKI-Certificate-Name-Flag Number
msPKI-Certificate-Policy StringArray
msPKI-CredentialRoamingTokens StringArray
msPKI-Enrollment-Flag Number
msPKI-Enrollment-Servers StringArray
msPKI-Minimal-Key-Size Number
msPKI-OID-Attribute Number
msPKI-OID-CPS StringArray
msPKI-OID-User-Notice StringArray
msPKI-OIDLocalizedName StringArray
msPKI-Private-Key-Flag Number
msPKI-RA-Application-Policies StringArray
msPKI-RA-Policies StringArray
msPKI-RA-Signature Number
msPKI-Site-Name String
msPKI-Supersede-Templates StringArray
msPKI-Template-Minor-Revision Number
msPKI-Template-Schema-Version Number
msPKIAccountCredentials StringArray
msPKIDPAPIMasterKeys StringArray
msPKIRoamingTimeStamp Bytes
msRADIUS-FramedInterfaceId String
msRADIUS-FramedIpv6Prefix String
msRADIUS-FramedIpv6Route StringArray
msRADIUS-SavedFramedInterfaceId String
msRADIUS-SavedFramedIpv6Prefix String
msRADIUS-SavedFramedIpv6Route StringArray
msRADIUSCallbackNumber String
msRADIUSFramedIPAddress Number
msRADIUSFramedRoute StringArray
msRADIUSServiceType Number
msRASSavedCallbackNumber String
msRASSavedFramedIPAddress Number
msRASSavedFramedRoute StringArray
msRRASAttribute StringArray
msRRASVendorAttributeEntry StringArray
msSFU30Aliases StringArray
msSFU30CryptMethod String
msSFU30Domains StringArray
msSFU30FieldSeparator String
msSFU30IntraFieldSeparator String
msSFU30IsValidContainer Number
msSFU30KeyAttributes StringArray
msSFU30KeyValues StringArray
msSFU30MapFilter String
msSFU30MasterServerName String
msSFU30MaxGidNumber Number
msSFU30MaxUidNumber Number
msSFU30Name String
msSFU30NetgroupHostAtDomain StringArray
msSFU30NetgroupUserAtDomain StringArray
msSFU30NisDomain String
msSFU30NSMAPFieldPosition String
msSFU30OrderNumber String
msSFU30PosixMember StringArray
msSFU30PosixMemberOf StringArray
msSFU30ResultAttributes StringArray
msSFU30SearchAttributes StringArray
msSFU30SearchContainer String
msSFU30YpServers StringArray
msSPP-ConfigLicense Bytes
msSPP-ConfirmationId String
msSPP-CSVLKPartialProductKey String
msSPP-CSVLKPid String
msSPP-CSVLKSkuId Bytes
msSPP-InstallationId String
msSPP-IssuanceLicense Bytes
msSPP-KMSIds SidArray
msSPP-OnlineLicense Bytes
msSPP-PhoneLicense Bytes
msTAPI-ConferenceBlob Bytes
msTAPI-IpAddress StringArray
msTAPI-ProtocolId String
msTAPI-uid String
msTPM-OwnerInformation String
msTPM-OwnerInformationTemp String
msTPM-SrkPubThumbprint Bytes
msTPM-TpmInformationForComputer String
msTPM-TpmInformationForComputerBL StringArray
msTSAllowLogon Boolean
msTSBrokenConnectionAction Boolean
msTSConnectClientDrives Boolean
msTSConnectPrinterDrives Boolean
msTSDefaultToMainPrinter Boolean
msTSEndpointData String
msTSEndpointPlugin String
msTSEndpointType Number
msTSExpireDate String
msTSExpireDate2 String
msTSExpireDate3 String
msTSExpireDate4 String
msTSHomeDirectory String
msTSHomeDrive String
msTSInitialProgram String
msTSLicenseVersion String
msTSLicenseVersion2 String
msTSLicenseVersion3 String
msTSLicenseVersion4 String
msTSLSProperty01 StringArray
msTSLSProperty02 StringArray
msTSManagingLS String
msTSManagingLS2 String
msTSManagingLS3 String
msTSManagingLS4 String
msTSMaxConnectionTime Number
msTSMaxDisconnectionTime Number
msTSMaxIdleTime Number
msTSPrimaryDesktop String
msTSPrimaryDesktopBL StringArray
msTSProfilePath String
msTSProperty01 StringArray
msTSProperty02 StringArray
msTSReconnectionAction Boolean
msTSRemoteControl Number
msTSSecondaryDesktopBL StringArray
msTSSecondaryDesktops StringArray
msTSWorkDirectory String
msWMI-Author String
msWMI-ChangeDate String
msWMI-Class String
msWMI-ClassDefinition String
msWMI-CreationDate String
msWMI-Genus Number
msWMI-ID String
msWMI-Int8Default Number
msWMI-Int8Max Number
msWMI-Int8Min Number
msWMI-Int8ValidValues NumberArray
msWMI-IntDefault Number
msWMI-intFlags1 Number
msWMI-intFlags2 Number
msWMI-intFlags3 Number
msWMI-intFlags4 Number
msWMI-IntMax Number
msWMI-IntMin Number
msWMI-IntValidValues NumberArray
msWMI-Mof String
msWMI-Name String
msWMI-NormalizedClass StringArray
msWMI-Parm1 String
msWMI-Parm2 String
msWMI-Parm3 String
msWMI-Parm4 String
msWMI-PropertyName String
msWMI-Query String
msWMI-QueryLanguage String
msWMI-ScopeGuid Guid
msWMI-SourceOrganization String
msWMI-StringDefault String
msWMI-StringValidValues StringArray
msWMI-TargetClass String
msWMI-TargetNameSpace String
msWMI-TargetObject BytesArray
msWMI-TargetPath String
msWMI-TargetType String
mustContain StringArray
name String
nameServiceFlags Number
nCName String
nETBIOSName String
netbootAllowNewClients Boolean
netbootAnswerOnlyValidClients Boolean
netbootAnswerRequests Boolean
netbootCurrentClientCount Number
netbootDUID Bytes
netbootGUID Guid
netbootInitialization String
netbootIntelliMirrorOSes StringArray
netbootLimitClients Boolean
netbootLocallyInstalledOSes StringArray
netbootMachineFilePath String
netbootMaxClients Number
netbootMirrorDataFile StringArray
netbootNewMachineNamingPolicy StringArray
netbootNewMachineOU String
netbootSCPBL StringArray
netbootServer String
netbootSIFFile StringArray
netbootTools StringArray
networkAddress StringArray
nextLevelStore String
nextRid Number
nisMapEntry String
nisMapName String
nisNetgroupTriple StringArray
nonSecurityMember StringArray
nonSecurityMemberBL StringArray
notes String
notificationList String
nTGroupMembers BytesArray
nTMixedDomain Number
ntPwdHistory BytesArray
nTSecurityDescriptor String
o StringArray
objectCategory String
objectClass StringArray
objectClassCategory Number
objectClasses StringArray
objectCount Number
objectGUID Guid
objectSid Sid
objectVersion Number
oEMInformation String
oMObjectClass Bytes
oMSyntax Number
oMTGuid Guid
oMTIndxGuid Guid
oncRpcNumber Number
operatingSystem String
operatingSystemHotfix String
operatingSystemServicePack String
operatingSystemVersion String
operatorCount Number
optionDescription StringArray
options Number
optionsLocation StringArray
organizationalStatus StringArray
originalDisplayTable Bytes
originalDisplayTableMSDOS Bytes
otherFacsimileTelephoneNumber StringArray
otherHomePhone StringArray
otherIpPhone StringArray
otherLoginWorkstations StringArray
otherMailbox StringArray
otherMobile StringArray
otherPager StringArray
otherTelephone StringArray
otherWellKnownObjects StringArray
ou StringArray
owner String
ownerBL StringArray
packageFlags Number
packageName String
packageType Number
pager String
parentCA String
parentCACertificateChain Bytes
parentGUID Guid
partialAttributeDeletionList Bytes
partialAttributeSet Bytes
pekKeyChangeInterval Number
pekList Bytes
pendingCACertificates Bytes
pendingParentCA StringArray
perMsgDialogDisplayTable Bytes
perRecipDialogDisplayTable Bytes
personalTitle String
photo BytesArray
physicalDeliveryOfficeName String
physicalLocationObject String
pKICriticalExtensions StringArray
pKIDefaultCSPs StringArray
pKIDefaultKeySpec Number
pKIEnrollmentAccess StringArray
pKIExpirationPeriod Bytes
pKIExtendedKeyUsage StringArray
pKIKeyUsage Bytes
pKIMaxIssuingDepth Number
pKIOverlapPeriod Bytes
pKT Bytes
pKTGuid Guid
policyReplicationFlags Number
portName StringArray
possibleInferiors StringArray
possSuperiors StringArray
postalAddress StringArray
postalCode String
postOfficeBox StringArray
preferredDeliveryMethod NumberArray
preferredLanguage String
preferredOU String
prefixMap Bytes
presentationAddress String
previousCACertificates Bytes
previousParentCA StringArray
primaryGroupID Number
primaryGroupToken Number
primaryInternationalISDNNumber String
primaryTelexNumber String
printAttributes Number
printBinNames StringArray
printCollate Boolean
printColor Boolean
printDuplexSupported Boolean
printEndTime Number
printerName String
printFormName String
printKeepPrintedJobs Boolean
printLanguage StringArray
printMACAddress String
printMaxCopies Number
printMaxResolutionSupported Number
printMaxXExtent Number
printMaxYExtent Number
printMediaReady StringArray
printMediaSupported StringArray
printMemory Number
printMinXExtent Number
printMinYExtent Number
printNetworkAddress String
printNotify String
printNumberUp Number
printOrientationsSupported StringArray
printOwner String
printPagesPerMinute Number
printRate Number
printRateUnit String
printSeparatorFile String
printShareName StringArray
printSpooling String
printStaplingSupported Boolean
printStartTime Number
printStatus String
priority Number
priorSetTime Number
priorValue Bytes
privateKey Bytes
privilegeAttributes Number
privilegeDisplayName String
privilegeHolder StringArray
privilegeValue Number
productCode Bytes
profilePath String
proxiedObjectName String
proxyAddresses StringArray
proxyGenerationEnabled Boolean
proxyLifetime Number
publicKeyPolicy Bytes
purportedSearch String
pwdHistoryLength Number
pwdLastSet Number
pwdProperties Number
qualityOfService Number
queryFilter String
queryPoint String
queryPolicyBL StringArray
queryPolicyObject String
rangeLower Number
rangeUpper Number
rDNAttID String
registeredAddress BytesArray
remoteServerName StringArray
remoteSource String
remoteSourceType Number
remoteStorageGUID Guid
replicaSource String
replInterval Number
replPropertyMetaData Bytes
replTopologyStayOfExecution Number
replUpToDateVector Bytes
repsFrom StringArray
repsTo StringArray
requiredCategories BytesArray
retiredReplDSASignatures Bytes
revision Number
rid Number
rIDAllocationPool Number
rIDAvailablePool Number
rIDManagerReference String
rIDNextRID Number
rIDPreviousAllocationPool Number
rIDSetReferences StringArray
rIDUsedPool Number
rightsGuid Guid
roleOccupant StringArray
roomNumber StringArray
rootTrust StringArray
rpcNsAnnotation String
rpcNsBindings StringArray
rpcNsCodeset StringArray
rpcNsEntryFlags Number
rpcNsGroup StringArray
rpcNsInterfaceID String
rpcNsObjectID StringArray
rpcNsPriority NumberArray
rpcNsProfileEntry String
rpcNsTransferSyntax String
sAMAccountName String
sAMAccountType Number
samDomainUpdates Bytes
schedule Bytes
schemaFlagsEx Number
schemaIDGUID Guid
schemaInfo BytesArray
schemaUpdate String
schemaVersion NumberArray
scopeFlags Number
scriptPath String
sDRightsEffective Number
searchFlags Number
searchGuide BytesArray
secretary StringArray
securityIdentifier Bytes
seeAlso StringArray
seqNotification Number
serialNumber StringArray
serverName String
serverReference String
serverReferenceBL StringArray
serverRole Number
serverState Number
serviceBindingInformation StringArray
serviceClassID Bytes
serviceClassInfo BytesArray
serviceClassName String
serviceDNSName String
serviceDNSNameType String
serviceInstanceVersion Bytes
servicePrincipalName StringArray
setupCommand String
shadowExpire Number
shadowFlag Number
shadowInactive Number
shadowLastChange Number
shadowMax Number
shadowMin Number
shadowWarning Number
shellContextMenu StringArray
shellPropertyPages StringArray
shortServerName String
showInAddressBook StringArray
showInAdvancedViewOnly Boolean
sIDHistory SidArray
signatureAlgorithms String
siteGUID Guid
siteLinkList StringArray
siteList StringArray
siteObject String
siteObjectBL StringArray
siteServer StringArray
sn String
sPNMappings StringArray
st String
street String
streetAddress String
structuralObjectClass StringArray
subClassOf String
subRefs StringArray
subSchemaSubEntry StringArray
superiorDNSRoot String
superScopeDescription StringArray
superScopes StringArray
supplementalCredentials BytesArray
supportedApplicationContext BytesArray
syncAttributes Number
syncMembership StringArray
syncWithObject String
syncWithSID Sid
systemAuxiliaryClass StringArray
systemFlags Number
systemMayContain StringArray
systemMustContain StringArray
systemOnly Boolean
systemPossSuperiors StringArray
telephoneNumber String
teletexTerminalIdentifier BytesArray
telexNumber BytesArray
templateRoots StringArray
templateRoots2 StringArray
terminalServer Bytes
textEncodedORAddress String
thumbnailLogo Bytes
thumbnailPhoto Bytes
timeRefresh Number
timeVolChange Number
title String
tokenGroups BytesArray
tokenGroupsGlobalAndUniversal BytesArray
tokenGroupsNoGCAcceptable BytesArray
tombstoneLifetime Number
transportAddressAttribute String
transportDLLName String
transportType String
treatAsLeaf Boolean
treeName String
trustAttributes Number
trustAuthIncoming Bytes
trustAuthOutgoing Bytes
trustDirection Number
trustParent String
trustPartner String
trustPosixOffset Number
trustType Number
uASCompat Number
uid StringArray
uidNumber Number
uNCName String
unicodePwd Bytes
uniqueIdentifier StringArray
uniqueMember StringArray
unixHomeDirectory String
unixUserPassword BytesArray
unstructuredAddress StringArray
unstructuredName StringArray
upgradeProductCode BytesArray
uPNSuffixes StringArray
url StringArray
userAccountControl Number
userCert Bytes
userCertificate BytesArray
userClass StringArray
userParameters String
userPassword BytesArray
userPKCS12 BytesArray
userPrincipalName String
userSharedFolder String
userSharedFolderOther StringArray
userSMIMECertificate BytesArray
userWorkstations String
uSNChanged Number
uSNCreated Number
uSNDSALastObjRemoved Number
USNIntersite Number
uSNLastObjRem Number
uSNSource Number
validAccesses Number
vendor String
versionNumber Number
versionNumberHi Number
versionNumberLo Number
volTableGUID Guid
volTableIdxGUID Guid
volumeCount Number
wbemPath StringArray
wellKnownObjects StringArray
whenChanged String
whenCreated String
winsockAddresses BytesArray
wWWHomePage String
x121Address StringArray
x500uniqueIdentifier BytesArray