API Reference
Class
Item (ForeignSecurityPrincipalExposureService)
Single FSP exposure item correlated to privileged groups.
Inheritance
- Object
- Item
Constructors
public Item() #Obsolete("Constructors of types with required members are not supported in this version of your compiler.", true)Inherited Methods
Properties
public String ForeignSecurityPrincipalDn { get; set; } #FSP distinguished name.
public String ForeignSid { get; set; } #Foreign SID.
public String PrincipalName { get; set; } #Resolved display name when available.
public String ForeignDomain { get; set; } #Foreign domain or identity source when available.
public IReadOnlyList<String> PrivilegedGroups { get; set; } #Privileged groups that reference this FSP.
public IReadOnlyList<String> GroupReferences { get; set; } #Privileged group distinguished names.
public Int32 PrivilegedGroupCount { get; set; } #Total privileged groups matched for this FSP.