Click or drag to resize

RoleDataRoles Property

Get a list of all roles in the enterprise

Namespace: KeeperSecurity.Enterprise
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public IEnumerable<EnterpriseRole> Roles { get; }

Property Value

IEnumerableEnterpriseRole

Implements

IRoleDataRoles
See Also