API Reference
Class
GpoDelegationView
Compact view aggregating GPO delegation exposure records for a domain.
Inheritance
- Object
- GpoDelegationView
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