UNPKG

@itentialopensource/adapter-aws_cloudformation

Version:

This adapter integrates with system described as: Aws_cloudformation.

43 lines (42 loc) 993 B
{ "$id": "token_request_example", "type": "object", "$schema": "http://json-schema.org/draft-07/schema#", "translate": true, "dynamicfields": false, "properties": { "ph_request_type": { "type": "string", "description": "type of request (internal to adapter)", "default": "getToken", "enum": [ "getToken" ], "external_name": "ph_request_type" }, "username": { "type": "string", "description": "username to log in with", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "aaaUser.attributes.name" }, "password": { "type": "string", "description": "password to log in with", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "aaaUser.attributes.pwd" } }, "required": ["username","password"], "definitions": {} }