Skip to content

Commit

Permalink
Merge pull request #140 from okta/VerificationMethod_inactivityPeriod
Browse files Browse the repository at this point in the history
  • Loading branch information
OKTA Account for Brian Retterer authored Aug 18, 2022
2 parents 40d2a80 + 0d67035 commit 26bee72
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dist/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -26330,6 +26330,9 @@
"factorMode": {
"type": "string"
},
"inactivityPeriod": {
"type": "string"
},
"reauthenticateIn": {
"type": "string"
},
Expand Down Expand Up @@ -26536,4 +26539,4 @@
]
}
}
}
}
2 changes: 2 additions & 0 deletions dist/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16890,6 +16890,8 @@ definitions:
type: array
factorMode:
type: string
inactivityPeriod:
type: string
reauthenticateIn:
type: string
type:
Expand Down
2 changes: 2 additions & 0 deletions resources/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11822,6 +11822,8 @@ definitions:
items:
$ref: '#/definitions/AccessPolicyConstraints'
type: array
inactivityPeriod:
type: string
type: object
x-okta-tags:
- Policy
Expand Down

0 comments on commit 26bee72

Please sign in to comment.