export interface PrincipalEntity { accountIdentifier?: string; identifier?: string; org?: string; project?: string; }