API Reference
Class
View (KerberosPacPolicyService)
Aggregated view of PAC policy rollout values on DC tier.
Inheritance
- Object
- View
Constructors
public View() #Inherited Methods
Properties
public Boolean CollectionSucceeded { get; set; } #True when Kerberos PAC policy collection completed successfully.
public String CollectionError { get; set; } #Error details when collection fails; null when successful.
public String DomainName { get; set; } #ResultMetadataDNS domain name of the Active Directory domain.
public String TargetDn { get; set; } #ResultMetadataDistinguished name of the DCs OU evaluated for policy.
public Nullable<UInt32> PacRequestorEnforcement { get; set; } #Value of KDC PacRequestorEnforcement (phase of strict PAC validation).
public Nullable<UInt32> KrbtgtFullPacSignature { get; set; } #Value of KDC KrbtgtFullPacSignature (PAC full signature rollout state).
public IReadOnlyList<PolicyAttribution> Attribution { get; set; } #ResultMetadataAttribution rows indicating effective GPO and sources for each evaluated value.