Keeper SDK Class Library
Keeper SDK Class Library
Namespaces
KeeperSecurity.Enterprise
RoleData Class
RoleData Methods
GetEnforcementsForRole Method
GetManagedNodes Method
GetPrivilegesForRoleAndNode Method
GetRoleKey Method
GetRolesForTeam Method
GetRolesForUser Method
GetTeamsForRole Method
GetUsersForRole Method
TryGetRole Method
Role
Data
Get
Teams
For
Role Method
Gets a list of team UIDs for specified role.
Namespace:
KeeperSecurity.Enterprise
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
Copy
public
IEnumerable
<
string
>
GetTeamsForRole
(
long
roleId
)
Parameters
roleId
Int64
Enterprise Role ID.
Return Value
IEnumerable
String
List of Enterprise Team UIDs.
Implements
IRoleData
GetTeamsForRole(Int64)
See Also
Reference
RoleData Class
KeeperSecurity.Enterprise Namespace