You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/swagger/api.yaml
+39-7Lines changed: 39 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -66239,9 +66239,7 @@ components:
66239
66239
description: Description of the property
66240
66240
enum:
66241
66241
items:
66242
-
anyOf:
66243
-
- type: string
66244
-
- type: integer
66242
+
type: string
66245
66243
type: array
66246
66244
nullable: true
66247
66245
description: |-
@@ -70288,7 +70286,7 @@ components:
70288
70286
y:
70289
70287
type: string
70290
70288
description: The public y coordinate for the elliptic curve point
70291
-
nullabe: false
70289
+
nullable: false
70292
70290
crv:
70293
70291
type: string
70294
70292
description: The cryptographic curve used with the key
@@ -81002,6 +81000,12 @@ components:
81002
81000
UserFactorActivateResponse:
81003
81001
type: object
81004
81002
properties:
81003
+
created:
81004
+
description: Timestamp when the factor was enrolled
81005
+
type: string
81006
+
format: date-time
81007
+
example: '2022-08-25T00:31:00.000Z'
81008
+
readOnly: true
81005
81009
factorType:
81006
81010
description: Type of the factor
81007
81011
type: string
@@ -81013,6 +81017,36 @@ components:
81013
81017
- token:software:totp
81014
81018
- u2f
81015
81019
- webauthn
81020
+
id:
81021
+
description: ID of the factor
81022
+
type: string
81023
+
example: caf8m6jbcvUH8mAep1d7
81024
+
readOnly: true
81025
+
lastUpdated:
81026
+
description: Timestamp when the factor was last updated
81027
+
type: string
81028
+
format: date-time
81029
+
example: '2022-08-25T00:31:00.000Z'
81030
+
readOnly: true
81031
+
profile:
81032
+
type: object
81033
+
description: Specific attributes related to the factor
81034
+
provider:
81035
+
description: Provider for the factor. Each provider can support a subset of factor types.
81036
+
type: string
81037
+
status:
81038
+
$ref: '#/components/schemas/UserFactorStatus'
81039
+
vendorName:
81040
+
description: Name of the factor vendor. This is usually the same as the provider except for On-Prem MFA, which depends on admin settings.
81041
+
type: string
81042
+
example: OKTA
81043
+
readOnly: true
81044
+
_embedded:
81045
+
type: object
81046
+
additionalProperties:
81047
+
type: object
81048
+
properties: {}
81049
+
readOnly: true
81016
81050
_links:
81017
81051
allOf:
81018
81052
- $ref: '#/components/schemas/LinksSelf'
@@ -82338,9 +82372,7 @@ components:
82338
82372
82339
82373
The value of the property is limited to one of the values specified in the enum definition. The list of values for the enum must consist of unique elements.
0 commit comments