GitHubAccessTokenResponse

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
gitHubAccessToken string The GitHub access token.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-githubaccesstokenresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GitHubAccessTokenResponse",
  "title": "GitHubAccessTokenResponse",
  "type": "object",
  "properties": {
    "gitHubAccessToken": {
      "type": "string",
      "description": "The GitHub access token."
    }
  }
}