Skip to content

Commit b4077f9

Browse files
OpenApi: add missing IdProofingMethod VerificationMethod
1 parent a1db848 commit b4077f9

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

src/swagger/api.yaml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53601,6 +53601,18 @@ components:
5360153601
description: Base64url-encoded SHA-256 thumbprint of the DER encoding of an X.509 certificate
5360253602
type: string
5360353603
example: wzPVobIrveR1x-PCbjsFGNV-6zn7Rm9KuOWOG4Rk6jE
53604+
IdProofingMethod:
53605+
x-okta-lifecycle:
53606+
lifecycle: LIMITED_GA
53607+
isGenerallyAvailable: false
53608+
SKUs: []
53609+
allOf:
53610+
- $ref: '#/components/schemas/VerificationMethod'
53611+
- type: object
53612+
properties:
53613+
id:
53614+
type: string
53615+
description: ID for ID proofing entity
5360453616
IdentityProvider:
5360553617
type: object
5360653618
properties:
@@ -67055,11 +67067,7 @@ components:
6705567067
- $ref: '#/components/schemas/HrefObject'
6705667068
- description: Link to the [Application Users](/openapi/okta-management/management/tag/ApplicationUsers/#tag/ApplicationUsers/operation/listApplicationUsers) resource
6705767069
VerificationMethod:
67058-
description: |-
67059-
Describes the method for verifying the user. The supported method types are `ASSURANCE` and `AUTH_METHOD_CHAIN`.
67060-
67061-
<x-lifecycle class="ea"></x-lifecycle> The method type `AUTH_METHOD_CHAIN` is an [Early Access](https://developer.okta.com/docs/api/openapi/okta-management/guides/release-lifecycle/#early-access-ea) (Self-Service) feature. You can
67062-
enable the feature for your org from the **Settings** > **Features** page in the Admin Console.
67070+
description: The method used to verify a user
6706367071
type: object
6706467072
properties:
6706567073
type:
@@ -67069,6 +67077,7 @@ components:
6706967077
mapping:
6707067078
ASSURANCE: '#/components/schemas/AssuranceMethod'
6707167079
AUTH_METHOD_CHAIN: '#/components/schemas/AuthenticationMethodChainMethod'
67080+
ID_PROOFING: '#/components/schemas/IdProofingMethod'
6707267081
Version:
6707367082
description: The version specified as a [Semantic Version](https://semver.org/).
6707467083
type: string

0 commit comments

Comments
 (0)