RoleDataGetRolePermissions Method

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

Definition

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

Parameters

roleId  Int64

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

Return Value

IEnumerableRolePermissions

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

Implements

IRoleDataGetRolePermissions(Int64)

See Also