IPrivilegeServiceGetApplicationPrivilegesForGroup Method

Retrieve assigned application privileges for a group including inherited privileges.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
ICollection<PrivilegeAssignment> GetApplicationPrivilegesForGroup(
	Guid groupId
)

Parameters

groupId
Type: SystemGuid
ID of the group.

Return Value

Type: ICollectionPrivilegeAssignment
A collection of application privilege assignments for the group.
Exceptions
ExceptionCondition
ArgumentExceptiongroupId is Empty.
NotFoundExceptionThe group with the specified ID does not exist.
NoPrivilegeException

The caller does not have system administration privileges.

-or-

The group is associated with a tenant, and the caller does not have administration privileges for that tenant.

InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also