API Reference
Class
AdxShareIdentityEnrichmentRow
Directory-enriched identity row for SMB share evidence.
Inheritance
- Object
- AdxShareIdentityEnrichmentRow
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
Accepted by parameters
Constructors
public AdxShareIdentityEnrichmentRow() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String IdentityKey { get; set; } #Input identity key used for resolution.
public String Sid { get; set; } #Resolved SID.
public String Name { get; set; } #Resolved account name.
public String DisplayName { get; set; } #Preferred display name.
public String DomainName { get; set; } #Resolved domain name.
public String DistinguishedName { get; set; } #LDAP distinguished name.
public String SamAccountName { get; set; } #SAM account name.
public String UserPrincipalName { get; set; } #User principal name.
public String Kind { get; set; } #Directory object kind.
public String Type { get; set; } #Administrative identity classification.
public Nullable<Boolean> Enabled { get; set; } #True when the account is enabled, when known.
public String GroupScope { get; set; } #Group scope, when applicable.
public String GroupType { get; set; } #Group type, when applicable.
public String ErrorMessage { get; set; } #Resolution error, when any.