API Reference
Class
AzureAdSsoSnapshot
Snapshot of Azure AD Seamless SSO account posture.
Inheritance
- Object
- AzureAdSsoSnapshot
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Constructors
public AzureAdSsoSnapshot() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.