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

Version Path
pulpcore_client-3.39.24 docs/HeaderContentGuardResponse.md
pulpcore_client-3.39.23 docs/HeaderContentGuardResponse.md
pulpcore_client-3.39.22 docs/HeaderContentGuardResponse.md
pulpcore_client-3.39.21 docs/HeaderContentGuardResponse.md
pulpcore_client-3.39.20 docs/HeaderContentGuardResponse.md
pulpcore_client-3.39.19 docs/HeaderContentGuardResponse.md
pulpcore_client-3.39.18 docs/HeaderContentGuardResponse.md
pulpcore_client-3.39.17 docs/HeaderContentGuardResponse.md
pulpcore_client-3.39.16 docs/HeaderContentGuardResponse.md
pulpcore_client-3.39.13 docs/HeaderContentGuardResponse.md
pulpcore_client-3.45.4 docs/HeaderContentGuardResponse.md
pulpcore_client-3.39.12 docs/HeaderContentGuardResponse.md
pulpcore_client-3.45.3 docs/HeaderContentGuardResponse.md
pulpcore_client-3.39.11 docs/HeaderContentGuardResponse.md
pulpcore_client-3.47.0 docs/HeaderContentGuardResponse.md
pulpcore_client-3.46.0 docs/HeaderContentGuardResponse.md
pulpcore_client-3.45.2 docs/HeaderContentGuardResponse.md
pulpcore_client-3.39.10 docs/HeaderContentGuardResponse.md
pulpcore_client-3.45.1 docs/HeaderContentGuardResponse.md
pulpcore_client-3.39.9 docs/HeaderContentGuardResponse.md