Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,9 @@ components:
type: object
additionalProperties:
"$ref": "#/components/schemas/IdentityProviderTenantConfiguration"
tenantId:
type: string
format: uuid
type:
"$ref": "#/components/schemas/IdentityProviderType"
Application:
Expand Down Expand Up @@ -2038,6 +2041,9 @@ components:
type: object
additionalProperties:
"$ref": "#/components/schemas/IdentityProviderTenantConfiguration"
tenantId:
type: string
format: uuid
type:
"$ref": "#/components/schemas/IdentityProviderType"
Error:
Expand Down Expand Up @@ -2406,6 +2412,9 @@ components:
type: object
additionalProperties:
"$ref": "#/components/schemas/IdentityProviderTenantConfiguration"
tenantId:
type: string
format: uuid
type:
"$ref": "#/components/schemas/IdentityProviderType"
FacebookApplicationConfiguration:
Expand Down Expand Up @@ -2473,6 +2482,9 @@ components:
type: object
additionalProperties:
"$ref": "#/components/schemas/IdentityProviderTenantConfiguration"
tenantId:
type: string
format: uuid
type:
"$ref": "#/components/schemas/IdentityProviderType"
FailedAuthenticationActionCancelPolicy:
Expand Down Expand Up @@ -2938,6 +2950,9 @@ components:
type: object
additionalProperties:
"$ref": "#/components/schemas/IdentityProviderTenantConfiguration"
tenantId:
type: string
format: uuid
type:
"$ref": "#/components/schemas/IdentityProviderType"
GoogleIdentityProviderProperties:
Expand Down Expand Up @@ -3260,6 +3275,9 @@ components:
type: object
additionalProperties:
"$ref": "#/components/schemas/IdentityProviderTenantConfiguration"
tenantId:
type: string
format: uuid
type:
"$ref": "#/components/schemas/IdentityProviderType"
HistoryItem:
Expand Down Expand Up @@ -3592,6 +3610,9 @@ components:
format: uuid
name:
type: string
tenantId:
type: string
format: uuid
type:
"$ref": "#/components/schemas/IdentityProviderType"
numberOfResults:
Expand Down Expand Up @@ -4390,6 +4411,9 @@ components:
type: object
additionalProperties:
"$ref": "#/components/schemas/IdentityProviderTenantConfiguration"
tenantId:
type: string
format: uuid
type:
"$ref": "#/components/schemas/IdentityProviderType"
LocalDate:
Expand Down Expand Up @@ -4945,6 +4969,9 @@ components:
type: object
additionalProperties:
"$ref": "#/components/schemas/IdentityProviderTenantConfiguration"
tenantId:
type: string
format: uuid
type:
"$ref": "#/components/schemas/IdentityProviderType"
NonTransactionalEvent:
Expand Down Expand Up @@ -5303,6 +5330,9 @@ components:
type: object
additionalProperties:
"$ref": "#/components/schemas/IdentityProviderTenantConfiguration"
tenantId:
type: string
format: uuid
type:
"$ref": "#/components/schemas/IdentityProviderType"
PasswordBreachDetection:
Expand Down Expand Up @@ -6585,6 +6615,9 @@ components:
type: object
additionalProperties:
"$ref": "#/components/schemas/IdentityProviderTenantConfiguration"
tenantId:
type: string
format: uuid
type:
"$ref": "#/components/schemas/IdentityProviderType"
Sort:
Expand Down Expand Up @@ -6674,6 +6707,9 @@ components:
type: object
additionalProperties:
"$ref": "#/components/schemas/IdentityProviderTenantConfiguration"
tenantId:
type: string
format: uuid
type:
"$ref": "#/components/schemas/IdentityProviderType"
SupportsPostBindings:
Expand Down Expand Up @@ -7500,6 +7536,9 @@ components:
type: object
additionalProperties:
"$ref": "#/components/schemas/IdentityProviderTenantConfiguration"
tenantId:
type: string
format: uuid
type:
"$ref": "#/components/schemas/IdentityProviderType"
TwitterApplicationConfiguration:
Expand Down Expand Up @@ -7555,6 +7594,9 @@ components:
type: object
additionalProperties:
"$ref": "#/components/schemas/IdentityProviderTenantConfiguration"
tenantId:
type: string
format: uuid
type:
"$ref": "#/components/schemas/IdentityProviderType"
TwoFactorDisableRequest:
Expand Down Expand Up @@ -9545,6 +9587,9 @@ components:
type: object
additionalProperties:
"$ref": "#/components/schemas/IdentityProviderTenantConfiguration"
tenantId:
type: string
format: uuid
type:
"$ref": "#/components/schemas/IdentityProviderType"
ZoneId:
Expand Down