UNPKG

@itentialopensource/adapter-openstack_keystone

Version:

This adapter integrates with system described as: Openstack Keystone.

45 lines 1.07 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": "createCredential", "enum": [ "createCredential", "listCredentials", "showCredentialDetails", "updateCredential", "deleteCredential" ], "external_name": "ph_request_type" }, "userId": { "type": "string", "description": "Filters the response by a user ID.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "user_id" }, "credentialId": { "type": "string", "description": "The UUID for the credential.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "credential_id" } }, "definitions": {} }