Sha256: 9726f091ce7122c5e92f3ae0beda4c9c98731460e04f707c8b44b710fcb5273c
Contents?: true
Size: 1.15 KB
Versions: 43
Compression:
Stored size: 1.15 KB
Contents
# PulpcoreClient::HeaderContentGuardResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **pulp_href** | **String** | | [optional] [readonly] **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] **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 'PulpcoreClient' instance = PulpcoreClient::HeaderContentGuardResponse.new(pulp_href: null, pulp_created: null, name: null, description: null, header_name: null, header_value: null, jq_filter: null) ```
Version data entries
43 entries across 43 versions & 1 rubygems