API Reference
Class
MsasCredentialSnapshot
Snapshot of MSA/gMSA credential hygiene for a domain.
Inheritance
- Object
- MsasCredentialSnapshot
Constructors
public MsasCredentialSnapshot() #Inherited Methods
Properties
public String DomainName { get; set; } #DNS domain name.
public IReadOnlyList<MsasCredentialEntry> PreAuthDisabled { get; set; } #MSAs/gMSAs with pre‑auth disabled.
public IReadOnlyList<MsasCredentialEntry> AesDisabled { get; set; } #MSAs/gMSAs with AES disabled.
public IReadOnlyList<MsasCredentialEntry> Rc4Only { get; set; } #MSAs/gMSAs that are RC4‑only.