Skip to content

Commit

Permalink
Added enabled_clients in connection interface
Browse files Browse the repository at this point in the history
  • Loading branch information
gyaneshgouraw-okta committed Jun 20, 2024
1 parent e894988 commit 6b2ee27
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/management/__generated/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2556,6 +2556,11 @@ export interface Connection {
*
*/
realms: Array<string>;
/**
* The ids of the clients for which the connection is enabled
*
*/
enabled_clients: Array<string>;
/**
* True if the connection is domain level
*
Expand Down

0 comments on commit 6b2ee27

Please sign in to comment.