DataCubeDataElementPrivileges Property

Gets the list of DataPrivilege of this data cube.

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(EmitDefaultValue = false, Name = "elementPrivileges")]
public IList<DataPrivilegeData> ElementPrivileges { get; }

Property Value

Type: IListDataPrivilegeData
For elements with data privileges defined, privileges are keyed by the element unique name.
See Also