Sha256: a058e91cbbf08219c12d934e37a5615627bd360554efc1450c7d141d28848c57
Contents?: true
Size: 970 Bytes
Versions: 2
Compression:
Stored size: 970 Bytes
Contents
# PulpFileClient::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 'PulpFileClient' instance = PulpFileClient::PatchedHeaderContentGuard.new(name: null, description: null, header_name: null, header_value: null, jq_filter: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
pulp_file_client-3.55.2 | docs/PatchedHeaderContentGuard.md |
pulp_file_client-3.49.14 | docs/PatchedHeaderContentGuard.md |