API Reference
Class
ForeignSecurityPrincipalRecord
Represents a ForeignSecurityPrincipal and where it is referenced.
Inheritance
- Object
- ForeignSecurityPrincipalRecord
Constructors
public ForeignSecurityPrincipalRecord() #Inherited Methods
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.