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
Roles
For
Team Method
Gets a list of role IDs for specified team.
Namespace:
KeeperSecurity.Enterprise
Assembly:
KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax
C#
Copy
public
IEnumerable
<
long
>
GetRolesForTeam
(
string
teamUid
)
Parameters
teamUid
String
Team UID.
Return Value
IEnumerable
Int64
List of Enterprise Role IDs
Implements
IRoleData
GetRolesForTeam(String)
See Also
Reference
RoleData Class
KeeperSecurity.Enterprise Namespace