Open this page in the API Guide

AccountData.FederatedAuthenticationProviderIds Property

Gets a collection containing the IDs of any federated authentication providers that can be used in conjunction with the account.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[DataMemberAttribute(Name = "federatedAuthenticationProviderIds", EmitDefaultValue = false)]
public IList<string>? FederatedAuthenticationProviderIds { get; set; }

Property Value

Type: IList<String>
The collection of federated authentication provider IDs, or null if any provider can be used.
See Also