API Reference
Class
RodcRevealPoliciesView
View summarizing whether any Reveal policies are configured.
Inheritance
- Object
- RodcRevealPoliciesView
Constructors
public RodcRevealPoliciesView(String DomainName, IReadOnlyList<RodcPolicyEntry> Items, Boolean RevealConfigured) #View summarizing whether any Reveal policies are configured.
Parameters
- DomainName System.String
- DNS domain name.
- Items System.Collections.Generic.IReadOnlyList{ADPlayground.DomainControllers.RodcPolicyEntry}
- All RODC policy entries.
- RevealConfigured System.Boolean
- True when any RODC has Reveal policy configured.
Methods
public RodcRevealPoliciesView <Clone>$() #Returns:
RodcRevealPoliciesViewpublic Void Deconstruct(out String DomainName, out IReadOnlyList<RodcPolicyEntry> Items, out Boolean RevealConfigured) #Returns:
VoidParameters
- DomainName String
- Items IReadOnlyList<RodcPolicyEntry>
- RevealConfigured Boolean
public override Int32 GetHashCode() #Returns:
Int32public override String ToString() #Returns:
String