Use this data source to get an existing nuget proxy repository.
data "nexus_repository_nuget_proxy" "nuget_org" {
name = "nuget-org"
}
name
(String) A unique identifier for this repositorycleanup
(List of Object) Cleanup policies (see below for nested schema)http_client
(List of Object) HTTP Client configuration for proxy repositories (see below for nested schema)id
(String) Used to identify data source at nexusnegative_cache
(List of Object) Configuration of the negative cache handling (see below for nested schema)nuget_version
(String) Nuget protocol versiononline
(Boolean) Whether this repository accepts incoming requestsproxy
(List of Object) Configuration for the proxy repository (see below for nested schema)query_cache_item_max_age
(Number) How long to cache query results from the proxied repository (in seconds)routing_rule
(String) The name of the routing rule assigned to this repositorystorage
(List of Object) The storage configuration of the repository (see below for nested schema)cleanup
Read-Only:
policy_names
(Set of String)http_client
Read-Only:
authentication
(List of Object) (see below for nested schema)auto_block
(Boolean)blocked
(Boolean)connection
(List of Object) (see below for nested schema)http_client.authentication
Read-Only:
ntlm_domain
(String)ntlm_host
(String)password
(String)type
(String)username
(String)http_client.connection
Read-Only:
enable_circular_redirects
(Boolean)enable_cookies
(Boolean)retries
(Number)timeout
(Number)use_trust_store
(Boolean)user_agent_suffix
(String)negative_cache
Read-Only:
enabled
(Boolean)ttl
(Number)proxy
Read-Only:
content_max_age
(Number)metadata_max_age
(Number)remote_url
(String)storage
Read-Only:
blob_store_name
(String)strict_content_type_validation
(Boolean)