MetadataAuthenticationServiceGetResponseBody
This is a response body class for an operation.
Properties
value
Optional
The ServiceInfo instance that corresponds to serviceId
JSON Example
{
"value": {
"operations": [
{
"key": "key1",
"value": {
"schemes": [
{
"scheme": "string",
"scheme_type": "SESSIONLESS",
"session_manager": "string"
}
]
}
}
],
"schemes": [
{
"scheme": "string",
"scheme_type": "SESSIONLESS",
"session_manager": "string"
}
]
}
}