TestimoX

API Reference

Class

GpoDelegationView

Namespace ADPlayground.Delegation
Assembly ADPlayground
Implements
IEquatable<GpoDelegationView>
Modifiers sealed

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 requiredposition: 0
DNS domain name.
Records System.Collections.Generic.IReadOnlyList{ADPlayground.Gpo.GpoAclExposureRecord} requiredposition: 1
Exposure records included in the view.

Methods

public GpoDelegationView <Clone>$() #
Returns: GpoDelegationView
public Void Deconstruct(out String DomainName, out IReadOnlyList<GpoAclExposureRecord> Records) #
Returns: Void

Parameters

DomainName String requiredposition: 0
Records IReadOnlyList<GpoAclExposureRecord> requiredposition: 1
public virtual Boolean Equals(GpoDelegationView other) #
Returns: Boolean

Parameters

obj Object requiredposition: 0
public override Int32 GetHashCode() #
Returns: Int32
public override String ToString() #
Returns: String

Properties

public String DomainName { get; set; } #

DNS domain name.

public IReadOnlyList<GpoAclExposureRecord> Records { get; set; } #

Exposure records included in the view.