Sha256: b5336f86db05e81ebcd1af3f2c1bd3f39db6b0d4ffefa6c849238eb331e7e666
Contents?: true
Size: 923 Bytes
Versions: 2
Compression:
Stored size: 923 Bytes
Contents
# PulpFileClient::HeaderContentGuard ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **name** | **String** | The unique name. | **description** | **String** | An optional description. | [optional] **header_name** | **String** | The header name the guard will check on. | **header_value** | **String** | The value that will authorize the request. | **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::HeaderContentGuard.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/HeaderContentGuard.md |
pulp_file_client-3.49.14 | docs/HeaderContentGuard.md |