UNPKG

@itentialopensource/adapter-terraform_enterprise

Version:

This adapter integrates with system described as: terraform Enterprise.

46 lines 1.34 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": "createNotificationConfiguration", "enum": [ "createNotificationConfiguration", "listNotificationConfigurations", "getNotificationConfiguration", "updateNotificationConfiguration", "deleteNotificationConfiguration", "verifyNotificationConfiguration" ], "external_name": "ph_request_type" }, "workspaceId": { "type": "string", "description": "The ID of the workspace to list configurations from. Obtain this from the workspace settings or the Show Workspace endpoint.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "workspace_id" }, "notificationConfigurationId": { "type": "string", "description": "The id of the notification configuration to verify.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "notification-configuration-id" } }, "definitions": {} }