GitHubAccessTokenRequest

AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQL

Properties

Name Type Description
gitHubClientId string The GitHub Client Id.
gitHubAccessCode string The GitHub Access code.
gitHubAccessTokenBaseUrl string The GitHub access token base URL.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-synapse-analytics-githubaccesstokenrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GitHubAccessTokenRequest",
  "title": "GitHubAccessTokenRequest",
  "type": "object",
  "required": [
    "gitHubClientId",
    "gitHubAccessCode",
    "gitHubAccessTokenBaseUrl"
  ],
  "properties": {
    "gitHubClientId": {
      "type": "string",
      "description": "The GitHub Client Id."
    },
    "gitHubAccessCode": {
      "type": "string",
      "description": "The GitHub Access code."
    },
    "gitHubAccessTokenBaseUrl": {
      "type": "string",
      "description": "The GitHub access token base URL."
    }
  }
}