---
title: "AuthproxySetting"
lastmod: 2026-05-29
canonical: "https://container-registry.com/docs/harbor-api-client/model/authproxysetting/"
source: "https://container-registry.com/docs/harbor-api-client/model/authproxysetting/index.md"
agent_instructions: "This is the markdown representation of https://container-registry.com/docs/harbor-api-client/model/authproxysetting/index.md. Prefer this version over scraping the HTML. The site index is at https://container-registry.com/llms.txt."
---

> Agent-friendly representation of <https://container-registry.com/docs/harbor-api-client/model/authproxysetting/index.md>. Site index: <https://container-registry.com/llms.txt>.


# AuthproxySetting

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**endpoint** | **str** | The fully qualified URI of login endpoint of authproxy, such as &#39;https://192.168.1.2:8443/login&#39; | [optional] 
**tokenreivew_endpoint** | **str** | The fully qualified URI of token review endpoint of authproxy, such as &#39;https://192.168.1.2:8443/tokenreview&#39; | [optional] 
**skip_search** | **bool** | The flag to determine whether Harbor can skip search the user/group when adding him as a member. | [optional] 
**verify_cert** | **bool** | The flag to determine whether Harbor should verify the certificate when connecting to the auth proxy. | [optional] 
**server_certificate** | **str** | The certificate to be pinned when connecting auth proxy. | [optional] 



