Skip to content

Commit

Permalink
Added missing Identity fields in VpcLatticeV2RequestEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
mbfreder authored Mar 6, 2024
1 parent 8a695e0 commit 36064c7
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,5 +83,9 @@ public static class Identity {
private String principal;
private String sessionName;
private String x509SanDns;
private String x509SanNameCn;
private String x509SubjectCn;
private String x509IssuerOu;
private String x509SanUri;
}
}
}

0 comments on commit 36064c7

Please sign in to comment.