LogOnOptionsCustomAttributes Property

Gets or sets a collection containing custom attribute values which will be added to the logon session.

Namespace:  Dundas.BI.WebApi.Models
Assembly:  Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (26.1.0.1000)
Syntax
[DataMemberAttribute(Name = "customAttributes", EmitDefaultValue = false)]
public ICollection<CustomAttributeData>? CustomAttributes { get; }

Property Value

Type: ICollectionCustomAttributeData
Remarks
If this property is specified without EffectiveAccountName or EffectiveCredentials, the logon operation will fail with AccessDenied. If the session's effective attributes already contains one specified by this property, it will be replaced by that value.
See Also