File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -910,6 +910,7 @@ type BaseIdentityProvider struct {
910910 LinkingStrategy IdentityProviderLinkingStrategy `json:"linkingStrategy,omitempty"`
911911 Name string `json:"name,omitempty"`
912912 TenantConfiguration map [string ]IdentityProviderTenantConfiguration `json:"tenantConfiguration,omitempty"`
913+ TenantId string `json:"tenantId,omitempty"`
913914 Type IdentityProviderType `json:"type,omitempty"`
914915}
915916
@@ -3262,6 +3263,7 @@ type IdentityProviderSearchCriteria struct {
32623263 BaseSearchCriteria
32633264 ApplicationId string `json:"applicationId,omitempty"`
32643265 Name string `json:"name,omitempty"`
3266+ TenantId string `json:"tenantId,omitempty"`
32653267 Type IdentityProviderType `json:"type,omitempty"`
32663268}
32673269
You can’t perform that action at this time.
0 commit comments