GitHubAccessTokenRequest Class

Get GitHub access token request definition.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.datafactory._serialization.Model
GitHubAccessTokenRequest

Constructor

GitHubAccessTokenRequest(*, git_hub_access_code: str, git_hub_access_token_base_url: str, git_hub_client_id: str | None = None, git_hub_client_secret: _models.GitHubClientSecret | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
git_hub_access_code
str

GitHub access code. Required.

git_hub_client_id
str

GitHub application client ID.

git_hub_client_secret

GitHub bring your own app client secret information.

git_hub_access_token_base_url
str

GitHub access token base URL. Required.

Variables

Name Description
git_hub_access_code
str

GitHub access code. Required.

git_hub_client_id
str

GitHub application client ID.

git_hub_client_secret

GitHub bring your own app client secret information.

git_hub_access_token_base_url
str

GitHub access token base URL. Required.