Sha256: 61b9b71c9fb2e23ad7d015fc7c890aa9f5fe779c8ab9e4b174fcf827501c151f
Contents?: true
Size: 970 Bytes
Versions: 126
Compression:
Stored size: 970 Bytes
Contents
# PulpcoreClient::PatchedHeaderContentGuard ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The unique name. | [optional] **description** | **String** | An optional description. | [optional] **header_name** | **String** | The header name the guard will check on. | [optional] **header_value** | **String** | The value that will authorize the request. | [optional] **jq_filter** | **String** | A JQ syntax compatible filter. If jq_filter is not set, then the value willonly be Base64 decoded and checked as an explicit string match. | [optional] ## Code Sample ```ruby require 'PulpcoreClient' instance = PulpcoreClient::PatchedHeaderContentGuard.new(name: null, description: null, header_name: null, header_value: null, jq_filter: null) ```
Version data entries
126 entries across 126 versions & 1 rubygems