User.IsFederated Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the user authenticates using local credentials (email/password) rather than an external SSO provider (SAML, OpenID Connect)
[System.Text.Json.Serialization.JsonPropertyName("is_federated")]
public bool? IsFederated { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("is_federated")>]
member this.IsFederated : Nullable<bool> with get, set
Public Property IsFederated As Nullable(Of Boolean)
Property Value
- Attributes