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; }
<DataMemberAttribute(Name := "performDataDiscoveryLogon", EmitDefaultValue := false)>
Public Property PerformDataDiscoveryLogon As Boolean
Get
Set
public:
[DataMemberAttribute(Name = L"performDataDiscoveryLogon", EmitDefaultValue = false)]
property bool PerformDataDiscoveryLogon {
bool get ();
void set (bool value);
}
[<DataMemberAttribute(Name = "performDataDiscoveryLogon", EmitDefaultValue = false)>]
member PerformDataDiscoveryLogon : bool with get, set
Property Value
Type:
BooleanRemarks
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