Click or drag to resize

EnterpriseUser Class

Represents Enterprise User
Inheritance Hierarchy
SystemObject
  KeeperSecurity.EnterpriseEnterpriseUser

Namespace: KeeperSecurity.Enterprise
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public class EnterpriseUser

The EnterpriseUser type exposes the following members.

Constructors
 NameDescription
Public methodEnterpriseUserInitializes a new instance of the EnterpriseUser class
Top
Properties
 NameDescription
Public propertyAccountShareExpiration Account Share Expiration. Unix epoch time in milliseconds.
Public propertyDisplayName User Name.
Public propertyEmail User email address.
Public propertyId User ID.
Public propertyParentNodeId Node that owns the user.
Public propertyUserStatus User Status.
Top
See Also