Click or drag to resize

IRecordAccessPath Interface

Defines record access path properties.

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public interface IRecordAccessPath

The IRecordAccessPath type exposes the following members.

Properties
 NameDescription
Public propertyRecordUid Record UID.
Public propertySharedFolderUid Shared Folder UID.
Public propertyTeamUid Team UID.
Top
Remarks
Access to the record can be granted through:
  1. Record is owned by user.
  2. Record is directly shared with user.
  3. Record is added to shared folder and user is a member of that shared folder.
  4. Record is added to shared folder and user is a member of team that is added that shared folder.
See Also