<PackageReference Include="Relativity.ObjectManager" Version="9.5.196.102" />

Credential

public class Credential : CredentialRef
public ChoiceRef CredentialType { get; set; }

public string Keywords { get; set; }

public string Notes { get; set; }

public CredentialRef ParentCredential { get; set; }

public string SecretID { get; set; }

public Dictionary<string, string> SecretValues { get; set; }

public UserRef SystemCreatedBy { get; set; }

public DateTime SystemCreatedOn { get; set; }

public UserRef SystemLastModifiedBy { get; set; }

public DateTime SystemLastModifiedOn { get; set; }

public Credential()