GitHubAccessTokenResponse Class
Get GitHub access token response definition.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelGitHubAccessTokenResponse
Constructor
GitHubAccessTokenResponse(*, git_hub_access_token: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
git_hub_access_token
|
GitHub access token. |
Variables
Name | Description |
---|---|
git_hub_access_token
|
GitHub access token. |
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