API Reference
Class
AzureAdSsoSnapshot
Snapshot of Azure AD Seamless SSO account posture.
Inheritance
- Object
- AzureAdSsoSnapshot
Constructors
public AzureAdSsoSnapshot() #Inherited Methods
Properties
public Boolean Present { get; set; } #True when the AZUREADSSOACC$ account exists.
public String AccountDn { get; set; } #Distinguished name of the account when Present is true.
public Nullable<Boolean> Enabled { get; set; } #True when the account is enabled; false when disabled; null when unknown.
public Nullable<Boolean> UnconstrainedDelegation { get; set; } #True when unconstrained delegation is set.
public String[] Spns { get; set; } #Service principal names assigned to the account.