Sha256: 402b75382ce42fed38697fb1fbcb1564c05d6d2def51f1620da9f7d9d3d3cb53

Contents?: true

Size: 923 Bytes

Versions: 114

Compression:

Stored size: 923 Bytes

Contents

# PulpcoreClient::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 'PulpcoreClient'

instance = PulpcoreClient::HeaderContentGuard.new(name: null,
                                 description: null,
                                 header_name: null,
                                 header_value: null,
                                 jq_filter: null)
```


Version data entries

114 entries across 114 versions & 1 rubygems

Version Path
pulpcore_client-3.63.2 docs/HeaderContentGuard.md
pulpcore_client-3.66.1 docs/HeaderContentGuard.md
pulpcore_client-3.39.22 docs/HeaderContentGuard.md
pulpcore_client-3.49.23 docs/HeaderContentGuard.md
pulpcore_client-3.67.0 docs/HeaderContentGuard.md
pulpcore_client-3.63.1 docs/HeaderContentGuard.md
pulpcore_client-3.49.22 docs/HeaderContentGuard.md
pulpcore_client-3.66.0 docs/HeaderContentGuard.md
pulpcore_client-3.49.21 docs/HeaderContentGuard.md
pulpcore_client-3.65.0 docs/HeaderContentGuard.md
pulpcore_client-3.64.0 docs/HeaderContentGuard.md
pulpcore_client-3.63.0 docs/HeaderContentGuard.md
pulpcore_client-3.62.0 docs/HeaderContentGuard.md
pulpcore_client-3.49.20 docs/HeaderContentGuard.md
pulpcore_client-3.61.0 docs/HeaderContentGuard.md
pulpcore_client-3.39.21 docs/HeaderContentGuard.md
pulpcore_client-3.60.0 docs/HeaderContentGuard.md
pulpcore_client-3.49.19 docs/HeaderContentGuard.md
pulpcore_client-3.59.0 docs/HeaderContentGuard.md
pulpcore_client-3.49.18 docs/HeaderContentGuard.md