@itentialopensource/adapter-ciena_mcp
Version:
This adapter integrates with system described as: Ciena Mcp
98 lines • 2.42 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": "oauth2TokensCreate",
"enum": [
"oauth2TokensCreate",
"oauth2TokensDelete",
"oauth2TokensChangeTenantContext"
],
"external_name": "ph_request_type"
},
"tenantContext": {
"type": "string",
"description": "Tenant name, request token for this tenant, applicable only if user can access multiple tenants",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "tenant_context"
},
"expiresIn": {
"type": "number",
"description": "Token expires in timeout seconds from created time",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "expires_in"
},
"grantType": {
"type": "string",
"description": "Accepted value is "password"",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "grant_type"
},
"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": {}
}