Skip to content

Commit f5ea546

Browse files
committed
Added is_system field in ClientGrant Entity
1 parent 30c0558 commit f5ea546

File tree

1 file changed

+5
-0
lines changed
  • src/management/__generated/models

1 file changed

+5
-0
lines changed

src/management/__generated/models/index.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2714,6 +2714,11 @@ export interface ClientGrant {
27142714
*
27152715
*/
27162716
allow_any_organization: boolean;
2717+
/**
2718+
* If enabled, this grant is a special grant created by Auth0. It cannot be modified or deleted directly.
2719+
*
2720+
*/
2721+
is_system?: boolean;
27172722
/**
27182723
*/
27192724
subject_type?: ClientGrantSubjectTypeEnum;

0 commit comments

Comments
 (0)