Cloud Services Catalog Terraform Connector API Key Credentials form reference

  • リリースバージョン: Australia
  • 更新日 2026年03月12日
  • 所要時間:3分
  • The Cloud Services Catalog Terraform Connector uses API key credentials to authenticate the requests sent to the Terraform Enterprise and Terraform Cloud and the version control systems provisioned in them.

    To learn more about API key permissions and tokens, see https://developer.hashicorp.com/terraform/cloud-docs/users-teams-organizations/api-tokens.
    Field Description
    Name Unique and descriptive name of the credential.
    Active Option for enabling this credential for discovery. Select this check box to enable discovery.
    API Key API key that can be used to access the account.
    • Terraform Enterprise or Terraform Cloud API key: Bearer token for accessing Terraform Enterprise or Terraform Cloud.
      Ensure that the API key adheres to the following syntax:
      Bearer <API key>
    • GitHub API key: API token for accessing the GitHub enterprise or community account.
      Ensure that the token adheres to the following syntax:
      Token <API key>
    • GitLab API key: Bearer token for accessing the GitLab enterprise or community account.
      Ensure that the token adheres to the following syntax:
      Bearer <API key>
    • Microsoft Azure DevOps API key: base-64 encoded token for accessing the Azure DevOps enterprise or community account.
      重要:
      Prefix the API token with a colon (:), and then encode the entire string to base-64.
      Ensure that the token adheres to the following syntax:
      Basic <base-64 encoded API key>
    Applies to MID Server to which you apply the credentials. Select All MID servers
    Order Order in which the platform runs this credential as it attempts to log in to devices. A smaller number indicates that the credential appears higher in the list. Establish the credential order when using large numbers of credentials or when security locks out users after three failed login attempts. If all the credentials have the same order number, or none, the instance tries the credentials in a random order. The default value is 100.
    Credential alias Credential alias that can resolve the credential.