File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -6503,6 +6503,7 @@ export interface BaseIdentityProvider<D extends BaseIdentityProviderApplicationC
65036503 linkingStrategy ?: IdentityProviderLinkingStrategy ;
65046504 name ?: string ;
65056505 tenantConfiguration ?: Record < UUID , IdentityProviderTenantConfiguration > ;
6506+ tenantId ?: UUID ;
65066507 type ?: IdentityProviderType ;
65076508}
65086509
@@ -8473,6 +8474,7 @@ export interface IdentityProviderResponse {
84738474export interface IdentityProviderSearchCriteria extends BaseSearchCriteria {
84748475 applicationId ?: UUID ;
84758476 name ?: string ;
8477+ tenantId ?: UUID ;
84768478 type ?: IdentityProviderType ;
84778479}
84788480
@@ -9267,6 +9269,7 @@ export interface IdentityProviderDetails {
92679269 idpEndpoint ?: string ;
92689270 name ?: string ;
92699271 oauth2 ?: IdentityProviderOauth2Configuration ;
9272+ tenantId ?: UUID ;
92709273 type ?: IdentityProviderType ;
92719274}
92729275
You can’t perform that action at this time.
0 commit comments