API Reference
Class
GpoDelegationView
Compact view aggregating GPO delegation exposure records for a domain.
Inheritance
- Object
- GpoDelegationView
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 Model.GpoExplicit
- Property Model.GpoIndirect
- Method GpoDelegationAnalyzer.GetEveryoneApplyView
- Method GpoDelegationAnalyzer.GetIndirectGroupWriteView
- Method GpoDelegationAnalyzer.GetNonAdminWriteView
- Property Model.Direct
- Property Model.Indirect
- Method GpoDelegationView.<Clone>$
Constructors
public GpoDelegationView(String DomainName, IReadOnlyList<GpoAclExposureRecord> Records) #Compact view aggregating GPO delegation exposure records for a domain.
Parameters
- DomainName System.String
- DNS domain name.
- Records System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoAclExposureRecord}
- Exposure records included in the view.
Methods
public GpoDelegationView <Clone>$() #Returns:
GpoDelegationViewpublic Void Deconstruct(out String DomainName, out IReadOnlyList<GpoAclExposureRecord> Records) #Returns:
VoidParameters
- DomainName String
- Records IReadOnlyList<GpoAclExposureRecord>
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String