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.ModelGitHubAccessTokenRequest
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
|
GitHub access code. Required. |
git_hub_client_id
|
GitHub application client ID. |
git_hub_client_secret
|
GitHub bring your own app client secret information. |
git_hub_access_token_base_url
|
GitHub access token base URL. Required. |
Variables
Name | Description |
---|---|
git_hub_access_code
|
GitHub access code. Required. |
git_hub_client_id
|
GitHub application client ID. |
git_hub_client_secret
|
GitHub bring your own app client secret information. |
git_hub_access_token_base_url
|
GitHub access token base URL. Required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python