API Reference
Class
ForeignSecurityPrincipalRecord
Represents a ForeignSecurityPrincipal and where it is referenced.
Inheritance
- Object
- ForeignSecurityPrincipalRecord
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 ForeignSecurityPrincipalRecord() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String DistinguishedName { get; set; } #Distinguished name of the FSP object.
public String ForeignSid { get; set; } #Foreign SID value.
public String Domain { get; set; } #DNS domain inferred from the SID (when resolved).
public IdentityInfo Identity { get; set; } #Resolved identity details; may be partial.
public IReadOnlyList<String> ReferencedBy { get; set; } #Aggregated list of all references (groups and others).
public IReadOnlyList<String> GroupReferences { get; set; } #Group DN references.
public IReadOnlyList<ForeignSecurityPrincipalReference> OtherReferences { get; set; } #Non-group references with basic metadata.