AccountDataFederatedAuthenticationProviderIds 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 (24.3.0.1000)
Syntax
[DataMemberAttribute(Name = "federatedAuthenticationProviderIds", EmitDefaultValue = false)]
public IList<string> FederatedAuthenticationProviderIds { get; set; }

Property Value

Type: IListString
The collection of federated authentication provider IDs, or if any provider can be used.
See Also