IRoleDataGetRolePermissions Method

Gets a list administrative permissions for a role

Definition

Namespace: KeeperSecurity.Enterprise
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
IEnumerable<RolePermissions> GetRolePermissions(
	long roleId
)

Parameters

roleId  Int64

[Missing <param name="roleId"/> documentation for "M:KeeperSecurity.Enterprise.IRoleData.GetRolePermissions(System.Int64)"]

Return Value

IEnumerableRolePermissions

[Missing <returns> documentation for "M:KeeperSecurity.Enterprise.IRoleData.GetRolePermissions(System.Int64)"]

See Also