@itentialopensource/adapter-openstack_keystone
Version:
This adapter integrates with system described as: Openstack Keystone.
36 lines • 992 B
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": "validateAndShowInformationForToken",
"enum": [
"validateAndShowInformationForToken",
"checkToken",
"revokeToken",
"getServiceCatalog",
"getAvailableProjectScopes",
"getAvailableDomainScopes",
"getAvailableSystemScopes"
],
"external_name": "ph_request_type"
},
"allowExpired": {
"type": "boolean",
"description": "(Since v3.8) Allow fetching a token that has expired. By default expired tokens return a 404 exception.",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "allow_expired"
}
},
"definitions": {}
}