MiTrustSection
iduuid
title object
anyOf
- MOD1
- MOD2
string
description object
anyOf
- MOD1
- MOD2
string
componentComponent (string)
Default value:
MiTrust
mandatoryMandatory (boolean)
Default value:
false
display_condition object
anyOf
- ConditionalDisplay
- DisplayCondition
- MOD3
root objectrequired
kind anyOf
Possible values: [atom
, group
]
- atom
- group
related_section objectrequired
anyOf
- MOD1
- MOD2
integer
string
comparatorComparator (string)
Possible values: [eq
, in
, contains
, regex
, truthy
, falsy
]
Default value:
eq
value object
anyOf
- MOD1
- MOD2
- MOD3
string
Array [
string
]
operatorOperator (string)
Possible values: [AND
, OR
]
Default value:
AND
negateNegate (boolean)
Default value:
false
children object[]
Array [
- MOD1
- ConditionalAtom
kindKind (string)
Default value:
atom
related_section objectrequired
anyOf
- MOD1
- MOD2
integer
string
comparatorComparator (string)
Possible values: [eq
, in
, contains
, regex
, truthy
, falsy
]
Default value:
eq
value object
anyOf
- MOD1
- MOD2
- MOD3
string
Array [
string
]
]
related_section objectrequired
anyOf
- MOD1
- MOD2
integer
string
returns objectrequired
anyOf
- MOD1
- MOD2
string
boolean
component_data object
client_idClient Id (string)
Default value:
redirect_uriRedirect Uri (string)
Default value:
/oauth/callback/mitrust/
scopestring[]
Default value:
[]
assetsstring[]
Default value:
[]
completedCompleted (boolean)
Default value:
false
displayDisplay (boolean)
Default value:
true
errors object[]
Array [
codeCode (string)required
messageMessage (string)required
handledHandled (boolean)
Default value:
false
]
MiTrustSection
{
"id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"title": "string",
"description": "string",
"component": "MiTrust",
"mandatory": false,
"display_condition": {
"root": {
"kind": "group",
"operator": "AND",
"negate": false,
"children": [
null,
{
"kind": "atom",
"related_section": 0,
"comparator": "eq",
"value": "string"
}
]
}
},
"component_data": {
"client_id": "string",
"redirect_uri": "/oauth/callback/mitrust/",
"scope": [
"string"
],
"assets": [
"string"
]
},
"completed": false,
"display": true,
"errors": [
{
"code": "string",
"message": "string",
"handled": false
}
]
}