From 97ec8ccb27a41aac97032421896c795eeba90df0 Mon Sep 17 00:00:00 2001 From: Tom Tankilevitch <59158507+Tankilevitch@users.noreply.github.com> Date: Thu, 1 Aug 2024 18:25:08 +0300 Subject: [PATCH] Apply suggestions from code review --- integrations/wiz/.port/spec.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/integrations/wiz/.port/spec.yaml b/integrations/wiz/.port/spec.yaml index 8da71ef6b..77ca9a39d 100644 --- a/integrations/wiz/.port/spec.yaml +++ b/integrations/wiz/.port/spec.yaml @@ -12,20 +12,20 @@ features: configurations: - name: wizClientId required: true - description: Wiz Client ID. For more information, see the documentation. + description: Wiz Client ID. For more information, see the documentation. type: string sensitive: true - name: wizClientSecret - description: Wiz Client Secret. For more information, see the documentation. + description: Wiz Client Secret. For more information, see the documentation. required: true type: string sensitive: true - name: wizApiUrl - description: The base URL for accessing the Wiz API (e.g., "https://api.us.wiz.io"). This is specific to your Wiz region. To get the API URL, refer to the Wiz documentation. + description: The base URL for accessing the Wiz API (e.g., "https://api.us.wiz.io"). This is specific to your Wiz region. To get the API URL, refer to the Wiz documentation. type: string required: true - name: wizTokenUrl - description: The URL used to obtain an access token for the Wiz API e.g https://auth.app.wiz.io/oauth/token. For more information, see the documentation. + description: The URL used to obtain an access token for the Wiz API e.g https://auth.app.wiz.io/oauth/token. For more information, see the documentation. type: string required: true - name: wizWebhookVerificationToken