IRecordAccessPath Interface

Defines record access path properties.

Definition

Namespace: KeeperSecurity.Vault
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.1.0
C#
public interface IRecordAccessPath

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.

Properties

RecordUid Record UID.
SharedFolderUid Shared Folder UID.
TeamUid Team UID.

See Also