File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/resources/zero-trust/access/users Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ export interface ActiveSessionGetResponse {
9595
9696 iat ?: number ;
9797
98- idp ?: ActiveSessionGetResponse . IDP ;
98+ idp ?: ActiveSessionGetResponse . IdP ;
9999
100100 ip ?: string ;
101101
@@ -149,7 +149,7 @@ export namespace ActiveSessionGetResponse {
149149 }
150150 }
151151
152- export interface IDP {
152+ export interface IdP {
153153 id ?: string ;
154154
155155 type ?: string ;
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ export interface Identity {
3838
3939 iat ?: number ;
4040
41- idp ?: Identity . IDP ;
41+ idp ?: Identity . IdP ;
4242
4343 ip ?: string ;
4444
@@ -90,7 +90,7 @@ export namespace Identity {
9090 }
9191 }
9292
93- export interface IDP {
93+ export interface IdP {
9494 id ?: string ;
9595
9696 type ?: string ;
You can’t perform that action at this time.
0 commit comments