<PackageReference Include="Relativity.Identity.SDK" Version="2.6.2" />

Action

public class Action
An action that can be performed on the given static object
public string Href { get; set; }

The url for the Kepler service that performs this action

public bool IsAvailable { get; set; }

Whether or not the action is available on the given static object

public string Name { get; set; }

The action the user has permission to perform on the given static object

public List<string> Reason { get; set; }

Reasons the action may not be available

public string Verb { get; set; }

The HTTP verb to use when calling the Kepler service to perform the action

public Action()