API Reference
Class
AdMigrationDirectoryPrincipalSnapshot
Represents a resolved Active Directory principal used by migration execution steps.
Inheritance
- Object
- AdMigrationDirectoryPrincipalSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public AdMigrationDirectoryPrincipalSnapshot() #Methods
public AdMigrationDirectoryPrincipalSnapshot <Clone>$() #Returns:
AdMigrationDirectoryPrincipalSnapshotpublic virtual Boolean Equals(AdMigrationDirectoryPrincipalSnapshot other) #Returns:
BooleanParameters
- obj Object
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
StringInherited Methods
Properties
public Boolean Exists { get; set; } #Gets a value indicating whether the principal was found.
public String DomainName { get; set; } #Gets the domain DNS name used for resolution.
public String SamAccountName { get; set; } #Gets the resolved sAMAccountName.
public String DistinguishedName { get; set; } #Gets the resolved distinguished name.
public String ObjectSid { get; set; } #Gets the resolved objectSid string.
public String ObjectClass { get; set; } #Gets the most specific object class returned by Active Directory.
public String ResolutionError { get; set; } #Gets the resolution error when the principal was not resolved.