API Reference
Class
IdentityExposureNode
Represents an identity exposure graph node.
Inheritance
- Object
- IdentityExposureNode
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
- Property IdentityExposureGraph.Nodes
- Property IdentityExposurePath.Source
- Property IdentityExposurePath.Target
Accepted by parameters
Constructors
public IdentityExposureNode() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Id { get; set; } #Stable graph identifier.
public String Name { get; set; } #Display name shown in reports and graph renderers.
public IdentityExposureNodeKind Kind { get; set; } #Object category.
public String DomainName { get; set; } #DNS domain name for the object when known.
public String DistinguishedName { get; set; } #Distinguished name when known.
public String Sid { get; set; } #Security identifier when known.
public String ZoneId { get; set; } #Security zone identifier when the object belongs to a zone.
public Boolean IsZoneObject { get; } #True when the object belongs to any security zone.