MetadataAuthenticationComponentGetResponseBody
This is a response body class for an operation.
Properties
value
Optional
The ComponentData instance that corresponds to componentId
JSON Example
{
"value": {
"fingerprint": "string",
"info": {
"packages": [
{
"key": "key1",
"value": {
"schemes": [
{
"scheme": "string",
"scheme_type": "SESSIONLESS",
"session_manager": "string"
}
],
"services": [
{
"key": "key1",
"value": {
"operations": [
{
"key": "key1",
"value": {
"schemes": [
{
"scheme": "string",
"scheme_type": "SESSIONLESS",
"session_manager": "string"
}
]
}
}
],
"schemes": [
{
"scheme": "string",
"scheme_type": "SESSIONLESS",
"session_manager": "string"
}
]
}
}
]
}
}
]
}
}
}