API Reference
Class
IdentityExposureGraph
Immutable identity exposure graph snapshot.
Inheritance
- Object
- IdentityExposureGraph
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
- Method IdentityExposureGraphBuilder.Build
- Property IdentityExposureSnapshot.Graph
Accepted by parameters
Constructors
public IdentityExposureGraph(IEnumerable<IdentityExposureNode> nodes, IEnumerable<IdentityExposureEdge> edges, IEnumerable<SecurityZoneDefinition> zones) #Initializes a new instance of the IdentityExposureGraph class.
Parameters
- nodes System.Collections.Generic.IEnumerable{ADPlayground.IdentityExposure.IdentityExposureNode}
- Graph nodes.
- edges System.Collections.Generic.IEnumerable{ADPlayground.IdentityExposure.IdentityExposureEdge}
- Directed graph edges.
- zones System.Collections.Generic.IEnumerable{ADPlayground.IdentityExposure.SecurityZoneDefinition}
- Security zones.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object