This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
azure-native.datafactory.getFactoryGitHubAccessToken
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi
Get GitHub Access Token. Azure REST API version: 2018-06-01.
Using getFactoryGitHubAccessToken
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getFactoryGitHubAccessToken(args: GetFactoryGitHubAccessTokenArgs, opts?: InvokeOptions): Promise<GetFactoryGitHubAccessTokenResult>
function getFactoryGitHubAccessTokenOutput(args: GetFactoryGitHubAccessTokenOutputArgs, opts?: InvokeOptions): Output<GetFactoryGitHubAccessTokenResult>
def get_factory_git_hub_access_token(factory_name: Optional[str] = None,
git_hub_access_code: Optional[str] = None,
git_hub_access_token_base_url: Optional[str] = None,
git_hub_client_id: Optional[str] = None,
git_hub_client_secret: Optional[GitHubClientSecret] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetFactoryGitHubAccessTokenResult
def get_factory_git_hub_access_token_output(factory_name: Optional[pulumi.Input[str]] = None,
git_hub_access_code: Optional[pulumi.Input[str]] = None,
git_hub_access_token_base_url: Optional[pulumi.Input[str]] = None,
git_hub_client_id: Optional[pulumi.Input[str]] = None,
git_hub_client_secret: Optional[pulumi.Input[GitHubClientSecretArgs]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFactoryGitHubAccessTokenResult]
func GetFactoryGitHubAccessToken(ctx *Context, args *GetFactoryGitHubAccessTokenArgs, opts ...InvokeOption) (*GetFactoryGitHubAccessTokenResult, error)
func GetFactoryGitHubAccessTokenOutput(ctx *Context, args *GetFactoryGitHubAccessTokenOutputArgs, opts ...InvokeOption) GetFactoryGitHubAccessTokenResultOutput
> Note: This function is named GetFactoryGitHubAccessToken
in the Go SDK.
public static class GetFactoryGitHubAccessToken
{
public static Task<GetFactoryGitHubAccessTokenResult> InvokeAsync(GetFactoryGitHubAccessTokenArgs args, InvokeOptions? opts = null)
public static Output<GetFactoryGitHubAccessTokenResult> Invoke(GetFactoryGitHubAccessTokenInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFactoryGitHubAccessTokenResult> getFactoryGitHubAccessToken(GetFactoryGitHubAccessTokenArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:datafactory:getFactoryGitHubAccessToken
arguments:
# arguments dictionary
The following arguments are supported:
- Factory
Name string - The factory name.
- Git
Hub stringAccess Code - GitHub access code.
- Git
Hub stringAccess Token Base Url - GitHub access token base URL.
- Resource
Group stringName - The resource group name.
- Git
Hub stringClient Id - GitHub application client ID.
- Git
Hub Pulumi.Client Secret Azure Native. Data Factory. Inputs. Git Hub Client Secret - GitHub bring your own app client secret information.
- Factory
Name string - The factory name.
- Git
Hub stringAccess Code - GitHub access code.
- Git
Hub stringAccess Token Base Url - GitHub access token base URL.
- Resource
Group stringName - The resource group name.
- Git
Hub stringClient Id - GitHub application client ID.
- Git
Hub GitClient Secret Hub Client Secret - GitHub bring your own app client secret information.
- factory
Name String - The factory name.
- git
Hub StringAccess Code - GitHub access code.
- git
Hub StringAccess Token Base Url - GitHub access token base URL.
- resource
Group StringName - The resource group name.
- git
Hub StringClient Id - GitHub application client ID.
- git
Hub GitClient Secret Hub Client Secret - GitHub bring your own app client secret information.
- factory
Name string - The factory name.
- git
Hub stringAccess Code - GitHub access code.
- git
Hub stringAccess Token Base Url - GitHub access token base URL.
- resource
Group stringName - The resource group name.
- git
Hub stringClient Id - GitHub application client ID.
- git
Hub GitClient Secret Hub Client Secret - GitHub bring your own app client secret information.
- factory_
name str - The factory name.
- git_
hub_ straccess_ code - GitHub access code.
- git_
hub_ straccess_ token_ base_ url - GitHub access token base URL.
- resource_
group_ strname - The resource group name.
- git_
hub_ strclient_ id - GitHub application client ID.
- git_
hub_ Gitclient_ secret Hub Client Secret - GitHub bring your own app client secret information.
- factory
Name String - The factory name.
- git
Hub StringAccess Code - GitHub access code.
- git
Hub StringAccess Token Base Url - GitHub access token base URL.
- resource
Group StringName - The resource group name.
- git
Hub StringClient Id - GitHub application client ID.
- git
Hub Property MapClient Secret - GitHub bring your own app client secret information.
getFactoryGitHubAccessToken Result
The following output properties are available:
- Git
Hub stringAccess Token - GitHub access token.
- Git
Hub stringAccess Token - GitHub access token.
- git
Hub StringAccess Token - GitHub access token.
- git
Hub stringAccess Token - GitHub access token.
- git_
hub_ straccess_ token - GitHub access token.
- git
Hub StringAccess Token - GitHub access token.
Supporting Types
GitHubClientSecret
- Byoa
Secret stringAkv Url - Bring your own app client secret AKV URL.
- Byoa
Secret stringName - Bring your own app client secret name in AKV.
- Byoa
Secret stringAkv Url - Bring your own app client secret AKV URL.
- Byoa
Secret stringName - Bring your own app client secret name in AKV.
- byoa
Secret StringAkv Url - Bring your own app client secret AKV URL.
- byoa
Secret StringName - Bring your own app client secret name in AKV.
- byoa
Secret stringAkv Url - Bring your own app client secret AKV URL.
- byoa
Secret stringName - Bring your own app client secret name in AKV.
- byoa_
secret_ strakv_ url - Bring your own app client secret AKV URL.
- byoa_
secret_ strname - Bring your own app client secret name in AKV.
- byoa
Secret StringAkv Url - Bring your own app client secret AKV URL.
- byoa
Secret StringName - Bring your own app client secret name in AKV.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.63.0 published on Tuesday, Sep 24, 2024 by Pulumi