LogOnTokenOptionsPerformDataDiscoveryLogon Property

Gets or sets a value indicating whether the logon operation should also authenticate the user to the Data Discovery module.

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 = "performDataDiscoveryLogon", EmitDefaultValue = false)]
public bool PerformDataDiscoveryLogon { get; set; }

Property Value

Type: Boolean
Remarks
If this property is for a regular logon, then the corresponding session ID for the Data Discovery module will be available from the DataDiscoverySessionId property. If used when generating a logon token, a Trusted Access token for the Data Discovery module will be generated and will be available in the Data property of the result.
See Also

Reference

LogOnParameters.PerformDataDiscoveryLogon