GitHubClientSecret Class
Client secret information for factory's bring your own app repository configuration.
- Inheritance
-
azure.mgmt.datafactory._serialization.ModelGitHubClientSecret
Constructor
GitHubClientSecret(*, byoa_secret_akv_url: str | None = None, byoa_secret_name: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
byoa_secret_akv_url
|
Bring your own app client secret AKV URL. |
byoa_secret_name
|
Bring your own app client secret name in AKV. |
Variables
Name | Description |
---|---|
byoa_secret_akv_url
|
Bring your own app client secret AKV URL. |
byoa_secret_name
|
Bring your own app client secret name in AKV. |
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