TestimoX

API Reference

Class

AzureAdSsoSnapshot

Namespace ADPlayground.Trusts
Assembly ADPlayground
Modifiers sealed

Snapshot of Azure AD Seamless SSO account posture.

Inheritance

  • Object
  • AzureAdSsoSnapshot

Constructors

Properties

public String DomainName { get; set; } #

Domain evaluated.

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.