@itentialopensource/adapter-terraform_enterprise
Version:
This adapter integrates with system described as: terraform Enterprise.
42 lines • 1.02 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": "listPolicyChecks",
"enum": [
"listPolicyChecks",
"overridePolicy"
],
"external_name": "ph_request_type"
},
"runId": {
"type": "string",
"description": "specifies the run ID for which to list policy checks",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "run_id"
},
"policyCheckId": {
"type": "string",
"description": "specifies the ID for the policy check to override",
"parse": false,
"encode": false,
"encrypt": {
"type": "AES",
"key": ""
},
"external_name": "policy_check_id"
}
},
"definitions": {}
}