Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Tankilevitch committed Aug 1, 2024
1 parent 2a8e244 commit 97ec8cc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions integrations/wiz/.port/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ features:
configurations:
- name: wizClientId
required: true
description: Wiz Client ID. For more information, see the <a target="_blank" href="https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/code-quality-security/wiz#wiz-credentials">documentation</a>.
description: Wiz Client ID. For more information, see the <a target="_blank" href="https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/code-quality-security/wiz#wiz-credentials">documentation</a>.
type: string
sensitive: true
- name: wizClientSecret
description: Wiz Client Secret. For more information, see the <a target="_blank" href="https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/code-quality-security/wiz#wiz-credentials">documentation</a>.
description: Wiz Client Secret. For more information, see the <a target="_blank" href="https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/code-quality-security/wiz#wiz-credentials">documentation</a>.
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 <a target="_blank" href="https://docs.wiz.io/wiz-docs/docs/using-the-wiz-api#the-graphql-endpoint">Wiz documentation</a>.
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 <a target="_blank" href="https://docs.wiz.io/wiz-docs/docs/using-the-wiz-api#the-graphql-endpoint">Wiz documentation</a>.
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 <a target="_blank" href="https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/code-quality-security/wiz#wiz-credentials">documentation</a>.
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 <a target="_blank" href="https://docs.getport.io/build-your-software-catalog/sync-data-to-catalog/code-quality-security/wiz#wiz-credentials">documentation</a>.
type: string
required: true
- name: wizWebhookVerificationToken
Expand Down

0 comments on commit 97ec8cc

Please sign in to comment.