Interface HarnessSkillGitAuth.Builder

  • Method Details

    • credentialArn

      HarnessSkillGitAuth.Builder credentialArn(String credentialArn)

      The ARN of the credential in AgentCore Identity containing the password or personal access token.

      Parameters:
      credentialArn - The ARN of the credential in AgentCore Identity containing the password or personal access token.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • username

      HarnessSkillGitAuth.Builder username(String username)

      Username for authentication. Defaults to 'oauth2' if not specified.

      Parameters:
      username - Username for authentication. Defaults to 'oauth2' if not specified.
      Returns:
      Returns a reference to this object so that method calls can be chained together.