Sha256: c6698576fc16f9bfd9089667d40c83d5b83cfa8b5cdd9565af344ca6e4a567e6

Contents?: true

Size: 1.58 KB

Versions: 25

Compression:

Stored size: 1.58 KB

Contents

# PulpcoreClient::HeaderContentGuardResponse

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**pulp_href** | **String** |  | [optional] [readonly] 
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly] 
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly] 
**pulp_last_updated** | **DateTime** | Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same. | [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,
                                 prn: null,
                                 pulp_created: null,
                                 pulp_last_updated: null,
                                 name: null,
                                 description: null,
                                 header_name: null,
                                 header_value: null,
                                 jq_filter: null)
```


Version data entries

25 entries across 25 versions & 1 rubygems

Version Path
pulpcore_client-3.63.12 docs/HeaderContentGuardResponse.md
pulpcore_client-3.63.11 docs/HeaderContentGuardResponse.md
pulpcore_client-3.63.10 docs/HeaderContentGuardResponse.md
pulpcore_client-3.63.9 docs/HeaderContentGuardResponse.md
pulpcore_client-3.69.2 docs/HeaderContentGuardResponse.md
pulpcore_client-3.63.8 docs/HeaderContentGuardResponse.md
pulpcore_client-3.69.1 docs/HeaderContentGuardResponse.md
pulpcore_client-3.63.7 docs/HeaderContentGuardResponse.md
pulpcore_client-3.63.6 docs/HeaderContentGuardResponse.md
pulpcore_client-3.69.0 docs/HeaderContentGuardResponse.md
pulpcore_client-3.63.5 docs/HeaderContentGuardResponse.md
pulpcore_client-3.68.2 docs/HeaderContentGuardResponse.md
pulpcore_client-3.63.4 docs/HeaderContentGuardResponse.md
pulpcore_client-3.68.1 docs/HeaderContentGuardResponse.md
pulpcore_client-3.63.3 docs/HeaderContentGuardResponse.md
pulpcore_client-3.68.0 docs/HeaderContentGuardResponse.md
pulpcore_client-3.67.1 docs/HeaderContentGuardResponse.md
pulpcore_client-3.63.2 docs/HeaderContentGuardResponse.md
pulpcore_client-3.66.1 docs/HeaderContentGuardResponse.md
pulpcore_client-3.67.0 docs/HeaderContentGuardResponse.md