UNPKG

@itentialopensource/adapter-openstack_keystone

Version:

This adapter integrates with system described as: Openstack Keystone.

42 lines 1.2 kB
{ "$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": "showDefaultConfigurationSettings", "enum": [ "showDefaultConfigurationSettings", "showDefaultConfigurationForAGroup", "showDefaultOptionForAGroup", "showDomainGroupOptionConfiguration", "updateDomainGroupOptionConfiguration", "deleteDomainGroupOptionConfiguration", "showDomainGroupConfiguration", "updateDomainGroupConfiguration", "deleteDomainGroupConfiguration", "createDomainConfiguration", "showDomainConfiguration", "updateDomainConfiguration", "deleteDomainConfiguration" ], "external_name": "ph_request_type" }, "domainId": { "type": "string", "description": "The domain ID.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "domain_id" } }, "definitions": {} }