1. Packages
  2. Harness Provider
  3. API Docs
  4. platform
  5. getConnectorAzureRepo
Harness v0.7.4 published on Saturday, May 17, 2025 by Pulumi

harness.platform.getConnectorAzureRepo

Explore with Pulumi AI

harness logo
Harness v0.7.4 published on Saturday, May 17, 2025 by Pulumi

    Using getConnectorAzureRepo

    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 getConnectorAzureRepo(args: GetConnectorAzureRepoArgs, opts?: InvokeOptions): Promise<GetConnectorAzureRepoResult>
    function getConnectorAzureRepoOutput(args: GetConnectorAzureRepoOutputArgs, opts?: InvokeOptions): Output<GetConnectorAzureRepoResult>
    def get_connector_azure_repo(identifier: Optional[str] = None,
                                 name: Optional[str] = None,
                                 org_id: Optional[str] = None,
                                 project_id: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetConnectorAzureRepoResult
    def get_connector_azure_repo_output(identifier: Optional[pulumi.Input[str]] = None,
                                 name: Optional[pulumi.Input[str]] = None,
                                 org_id: Optional[pulumi.Input[str]] = None,
                                 project_id: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetConnectorAzureRepoResult]
    func LookupConnectorAzureRepo(ctx *Context, args *LookupConnectorAzureRepoArgs, opts ...InvokeOption) (*LookupConnectorAzureRepoResult, error)
    func LookupConnectorAzureRepoOutput(ctx *Context, args *LookupConnectorAzureRepoOutputArgs, opts ...InvokeOption) LookupConnectorAzureRepoResultOutput

    > Note: This function is named LookupConnectorAzureRepo in the Go SDK.

    public static class GetConnectorAzureRepo 
    {
        public static Task<GetConnectorAzureRepoResult> InvokeAsync(GetConnectorAzureRepoArgs args, InvokeOptions? opts = null)
        public static Output<GetConnectorAzureRepoResult> Invoke(GetConnectorAzureRepoInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConnectorAzureRepoResult> getConnectorAzureRepo(GetConnectorAzureRepoArgs args, InvokeOptions options)
    public static Output<GetConnectorAzureRepoResult> getConnectorAzureRepo(GetConnectorAzureRepoArgs args, InvokeOptions options)
    
    fn::invoke:
      function: harness:platform/getConnectorAzureRepo:getConnectorAzureRepo
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Identifier string
    Name string
    OrgId string
    ProjectId string
    Identifier string
    Name string
    OrgId string
    ProjectId string
    identifier String
    name String
    orgId String
    projectId String
    identifier string
    name string
    orgId string
    projectId string
    identifier String
    name String
    orgId String
    projectId String

    getConnectorAzureRepo Result

    The following output properties are available:

    ApiAuthentications List<GetConnectorAzureRepoApiAuthentication>
    ConnectionType string
    Credentials List<GetConnectorAzureRepoCredential>
    DelegateSelectors List<string>
    Description string
    ExecuteOnDelegate bool
    Id string
    The provider-assigned unique ID for this managed resource.
    Identifier string
    Tags List<string>
    Url string
    ValidationRepo string
    Name string
    OrgId string
    ProjectId string
    ApiAuthentications []GetConnectorAzureRepoApiAuthentication
    ConnectionType string
    Credentials []GetConnectorAzureRepoCredential
    DelegateSelectors []string
    Description string
    ExecuteOnDelegate bool
    Id string
    The provider-assigned unique ID for this managed resource.
    Identifier string
    Tags []string
    Url string
    ValidationRepo string
    Name string
    OrgId string
    ProjectId string
    apiAuthentications List<GetConnectorAzureRepoApiAuthentication>
    connectionType String
    credentials List<GetConnectorAzureRepoCredential>
    delegateSelectors List<String>
    description String
    executeOnDelegate Boolean
    id String
    The provider-assigned unique ID for this managed resource.
    identifier String
    tags List<String>
    url String
    validationRepo String
    name String
    orgId String
    projectId String
    apiAuthentications GetConnectorAzureRepoApiAuthentication[]
    connectionType string
    credentials GetConnectorAzureRepoCredential[]
    delegateSelectors string[]
    description string
    executeOnDelegate boolean
    id string
    The provider-assigned unique ID for this managed resource.
    identifier string
    tags string[]
    url string
    validationRepo string
    name string
    orgId string
    projectId string
    apiAuthentications List<Property Map>
    connectionType String
    credentials List<Property Map>
    delegateSelectors List<String>
    description String
    executeOnDelegate Boolean
    id String
    The provider-assigned unique ID for this managed resource.
    identifier String
    tags List<String>
    url String
    validationRepo String
    name String
    orgId String
    projectId String

    Supporting Types

    GetConnectorAzureRepoApiAuthentication

    TokenRef string
    Personal access token for interacting with the azure repo api. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    TokenRef string
    Personal access token for interacting with the azure repo api. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    tokenRef String
    Personal access token for interacting with the azure repo api. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    tokenRef string
    Personal access token for interacting with the azure repo api. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    token_ref str
    Personal access token for interacting with the azure repo api. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    tokenRef String
    Personal access token for interacting with the azure repo api. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.

    GetConnectorAzureRepoCredential

    Https List<GetConnectorAzureRepoCredentialHttp>
    Authenticate using Username and password over http(s) for the connection.
    Sshes List<GetConnectorAzureRepoCredentialSsh>
    Authenticate using SSH for the connection.
    Https []GetConnectorAzureRepoCredentialHttp
    Authenticate using Username and password over http(s) for the connection.
    Sshes []GetConnectorAzureRepoCredentialSsh
    Authenticate using SSH for the connection.
    https List<GetConnectorAzureRepoCredentialHttp>
    Authenticate using Username and password over http(s) for the connection.
    sshes List<GetConnectorAzureRepoCredentialSsh>
    Authenticate using SSH for the connection.
    https GetConnectorAzureRepoCredentialHttp[]
    Authenticate using Username and password over http(s) for the connection.
    sshes GetConnectorAzureRepoCredentialSsh[]
    Authenticate using SSH for the connection.
    https Sequence[GetConnectorAzureRepoCredentialHttp]
    Authenticate using Username and password over http(s) for the connection.
    sshes Sequence[GetConnectorAzureRepoCredentialSsh]
    Authenticate using SSH for the connection.
    https List<Property Map>
    Authenticate using Username and password over http(s) for the connection.
    sshes List<Property Map>
    Authenticate using SSH for the connection.

    GetConnectorAzureRepoCredentialHttp

    TokenRef string
    Reference to a secret containing the personal access to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    Username string
    Username to use for authentication.
    UsernameRef string
    Reference to a secret containing the username to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    TokenRef string
    Reference to a secret containing the personal access to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    Username string
    Username to use for authentication.
    UsernameRef string
    Reference to a secret containing the username to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    tokenRef String
    Reference to a secret containing the personal access to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    username String
    Username to use for authentication.
    usernameRef String
    Reference to a secret containing the username to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    tokenRef string
    Reference to a secret containing the personal access to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    username string
    Username to use for authentication.
    usernameRef string
    Reference to a secret containing the username to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    token_ref str
    Reference to a secret containing the personal access to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    username str
    Username to use for authentication.
    username_ref str
    Reference to a secret containing the username to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    tokenRef String
    Reference to a secret containing the personal access to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    username String
    Username to use for authentication.
    usernameRef String
    Reference to a secret containing the username to use for authentication. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.

    GetConnectorAzureRepoCredentialSsh

    SshKeyRef string
    Reference to the Harness secret containing the ssh key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    SshKeyRef string
    Reference to the Harness secret containing the ssh key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    sshKeyRef String
    Reference to the Harness secret containing the ssh key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    sshKeyRef string
    Reference to the Harness secret containing the ssh key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    ssh_key_ref str
    Reference to the Harness secret containing the ssh key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
    sshKeyRef String
    Reference to the Harness secret containing the ssh key. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.

    Package Details

    Repository
    harness pulumi/pulumi-harness
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the harness Terraform Provider.
    harness logo
    Harness v0.7.4 published on Saturday, May 17, 2025 by Pulumi