@itentialopensource/adapter-ciena_mcp
Version:
This adapter integrates with system described as: Ciena Mcp
76 lines • 1.81 kB
JSON
{
"$id": "schema.json",
"type": "object",
"schema": "http://json-schema.org/draft-07/schema#",
"translate": true,
"dynamicfields": true,
"properties": {
"ph_request_type": {
"type": "string",
"description": "type of request (internal to adapter)",
"default": "tokensCreate",
"enum": [
"tokensCreate",
"tokensDelete",
"tokensChangeTenantContext"
],
"external_name": "ph_request_type"
},
"tenantContext": {
"type": "string",
"description": "Tenant name, request token for this tenant",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "tenant_context"
},
"inactiveExpirationTime": {
"type": "string",
"description": "",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "inactive_expiration_time"
},
"isSuccessful": {
"type": "string",
"description": "Deprecated. Only successfull logins are stored.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "is_successful"
},
"userTenantUuid": {
"type": "string",
"description": "",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "user_tenant_uuid"
},
"radiusState": {
"type": "string",
"description": "Represents the Access-Challenge State attribute",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "radius_state"
}
},
"definitions": {}
}