Skip to content

Commit

Permalink
Adding AccountAlias to AccessGraphAWSSync
Browse files Browse the repository at this point in the history
  • Loading branch information
mvbrock committed Oct 1, 2024
1 parent 82bbf36 commit 3f47d2f
Show file tree
Hide file tree
Showing 2 changed files with 330 additions and 282 deletions.
2 changes: 2 additions & 0 deletions api/proto/teleport/legacy/types/types.proto
Original file line number Diff line number Diff line change
Expand Up @@ -7497,4 +7497,6 @@ message AccessGraphAWSSync {
AssumeRole AssumeRole = 3 [(gogoproto.jsontag) = "assume_role,omitempty"];
// Integration is the integration name used to generate credentials to interact with AWS APIs.
string Integration = 4 [(gogoproto.jsontag) = "integration,omitempty"];
// AccountAlias is a AWS account nickname provided for convenience
string AccountAlias = 5 [(gogoproto.jsontag) = "account_alias,omitempty"];
}
Loading

0 comments on commit 3f47d2f

Please sign in to comment.