UNPKG

@itentialopensource/adapter-terraform_enterprise

Version:

This adapter integrates with system described as: terraform Enterprise.

78 lines 2.1 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": "inviteUserToOrganization", "enum": [ "inviteUserToOrganization", "listMembershipsOrganization", "listUserOwnMemberships", "showMembership", "removeUserFromOrganization" ], "external_name": "ph_request_type" }, "organizationName": { "type": "string", "description": "The name of the organization to list the memberships of.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "organization_name" }, "filterStatus": { "type": "string", "description": "Optional. If specified, restricts results to those with the matching status value. Valid values are invited and active.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "filter[status]" }, "pageNumber": { "type": "string", "description": "Optional. If omitted, the endpoint will return the first page.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "page[number]" }, "pageSize": { "type": "string", "description": "Optional. If omitted, the endpoint will return 20 users per page.", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "page[size]" }, "organizationMembershipId": { "type": "string", "description": "The organization membership", "parse": false, "encode": false, "encrypt": { "type": "AES", "key": "" }, "external_name": "organization_membership_id" } }, "definitions": {} }