Skip to content

Commit

Permalink
feat: add scope to target token command payload (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephlomasney authored Oct 31, 2024
1 parent 7846746 commit da22826
Showing 1 changed file with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
public record TargetTokenCommandPayload(
String id,
String organizationId,
String environmentId
String environmentId,
Scope scope
)
implements Payload {}
implements Payload {
public enum Scope {
GKO,
FEDERATION,
}
}

0 comments on commit da22826

Please sign in to comment.