OrganizationOtpScopePolicy
Properties
| Property | Type | Required | Description |
|---|---|---|---|
scope |
OrganizationOtpScope | Yes | |
verification_ttl |
any | No |
View JSON Schema
{
"type": "object",
"required": [
"scope"
],
"properties": {
"scope": {
"$ref": "#/components/schemas/OrganizationOtpScope"
},
"verification_ttl": {
"oneOf": [
{
"type": "null"
},
{
"$ref": "#/components/schemas/OrganizationOtpVerificationTtl"
}
]
}
}
}