pulp_certguard_client 3.62.0 → 3.63.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +4 -4
- data/docs/CertguardRHSMCertGuardResponse.md +2 -0
- data/docs/CertguardX509CertGuardResponse.md +2 -0
- data/docs/ContentguardsRhsmApi.md +2 -0
- data/docs/ContentguardsX509Api.md +2 -0
- data/lib/pulp_certguard_client/api/contentguards_rhsm_api.rb +3 -0
- data/lib/pulp_certguard_client/api/contentguards_x509_api.rb +3 -0
- data/lib/pulp_certguard_client/models/certguard_rhsm_cert_guard_response.rb +11 -1
- data/lib/pulp_certguard_client/models/certguard_x509_cert_guard_response.rb +11 -1
- data/lib/pulp_certguard_client/version.rb +1 -1
- data/spec/api/contentguards_rhsm_api_spec.rb +1 -0
- data/spec/api/contentguards_x509_api_spec.rb +1 -0
- data/spec/models/certguard_rhsm_cert_guard_response_spec.rb +6 -0
- data/spec/models/certguard_x509_cert_guard_response_spec.rb +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 11c8300f946786323c80d1a558e4468e05d924933296c892b1000672b80cee78
|
4
|
+
data.tar.gz: fa3e85670c827af582edb99c9b549857a8a1efa62200ccb84033f11a85d7e68d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dcb9d71ac40bb20c1030fe3a49676028c0efe81633f3c6207e393aeab59eb326dd88f74fb55924933e9a420edb0c87d7f8b982f0cb30d3634340a0bb7283e32d
|
7
|
+
data.tar.gz: ab31141f1c740db70faa93d135bab9c787379ae2132104900eac9349b6e1c36c8285e424a35b9606a01754cddffc703b4fb789fd1e20d67b6824279ad5ed49cd
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: v3
|
10
|
-
- Package version: 3.
|
10
|
+
- Package version: 3.63.0
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
13
13
|
|
@@ -24,16 +24,16 @@ gem build pulp_certguard_client.gemspec
|
|
24
24
|
Then either install the gem locally:
|
25
25
|
|
26
26
|
```shell
|
27
|
-
gem install ./pulp_certguard_client-3.
|
27
|
+
gem install ./pulp_certguard_client-3.63.0.gem
|
28
28
|
```
|
29
29
|
|
30
|
-
(for development, run `gem install --dev ./pulp_certguard_client-3.
|
30
|
+
(for development, run `gem install --dev ./pulp_certguard_client-3.63.0.gem` to install the development dependencies)
|
31
31
|
|
32
32
|
or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
|
33
33
|
|
34
34
|
Finally add this to the Gemfile:
|
35
35
|
|
36
|
-
gem 'pulp_certguard_client', '~> 3.
|
36
|
+
gem 'pulp_certguard_client', '~> 3.63.0'
|
37
37
|
|
38
38
|
### Install from Git
|
39
39
|
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**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]
|
10
11
|
**name** | **String** | The unique name. |
|
@@ -17,6 +18,7 @@ Name | Type | Description | Notes
|
|
17
18
|
require 'PulpCertguardClient'
|
18
19
|
|
19
20
|
instance = PulpCertguardClient::CertguardRHSMCertGuardResponse.new(pulp_href: null,
|
21
|
+
prn: null,
|
20
22
|
pulp_created: null,
|
21
23
|
pulp_last_updated: null,
|
22
24
|
name: null,
|
@@ -5,6 +5,7 @@
|
|
5
5
|
Name | Type | Description | Notes
|
6
6
|
------------ | ------------- | ------------- | -------------
|
7
7
|
**pulp_href** | **String** | | [optional] [readonly]
|
8
|
+
**prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
|
8
9
|
**pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
|
9
10
|
**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]
|
10
11
|
**name** | **String** | The unique name. |
|
@@ -17,6 +18,7 @@ Name | Type | Description | Notes
|
|
17
18
|
require 'PulpCertguardClient'
|
18
19
|
|
19
20
|
instance = PulpCertguardClient::CertguardX509CertGuardResponse.new(pulp_href: null,
|
21
|
+
prn: null,
|
20
22
|
pulp_created: null,
|
21
23
|
pulp_last_updated: null,
|
22
24
|
name: null,
|
@@ -152,6 +152,7 @@ opts = {
|
|
152
152
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
153
153
|
offset: 56, # Integer | The initial index from which to return the results.
|
154
154
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
155
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
155
156
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
156
157
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
157
158
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
@@ -185,6 +186,7 @@ Name | Type | Description | Notes
|
|
185
186
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
186
187
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
187
188
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
189
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
188
190
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
189
191
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
190
192
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
@@ -152,6 +152,7 @@ opts = {
|
|
152
152
|
name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
|
153
153
|
offset: 56, # Integer | The initial index from which to return the results.
|
154
154
|
ordering: ['ordering_example'], # Array<String> | Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
155
|
+
prn__in: ['prn__in_example'], # Array<String> | Multiple values may be separated by commas.
|
155
156
|
pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
|
156
157
|
pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
|
157
158
|
q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
|
@@ -185,6 +186,7 @@ Name | Type | Description | Notes
|
|
185
186
|
**name__startswith** | **String**| Filter results where name starts with value | [optional]
|
186
187
|
**offset** | **Integer**| The initial index from which to return the results. | [optional]
|
187
188
|
**ordering** | [**Array<String>**](String.md)| Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending) | [optional]
|
189
|
+
**prn__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
188
190
|
**pulp_href__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
189
191
|
**pulp_id__in** | [**Array<String>**](String.md)| Multiple values may be separated by commas. | [optional]
|
190
192
|
**q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
|
@@ -158,6 +158,7 @@ module PulpCertguardClient
|
|
158
158
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
159
159
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
160
160
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
161
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
161
162
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
162
163
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
163
164
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
@@ -184,6 +185,7 @@ module PulpCertguardClient
|
|
184
185
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
185
186
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
186
187
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
188
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
187
189
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
188
190
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
189
191
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
@@ -215,6 +217,7 @@ module PulpCertguardClient
|
|
215
217
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
216
218
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
217
219
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
220
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
218
221
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
219
222
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
220
223
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -158,6 +158,7 @@ module PulpCertguardClient
|
|
158
158
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
159
159
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
160
160
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
161
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
161
162
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
162
163
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
163
164
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
@@ -184,6 +185,7 @@ module PulpCertguardClient
|
|
184
185
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
185
186
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
186
187
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
188
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
187
189
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
188
190
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
189
191
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
@@ -215,6 +217,7 @@ module PulpCertguardClient
|
|
215
217
|
query_params[:'name__startswith'] = opts[:'name__startswith'] if !opts[:'name__startswith'].nil?
|
216
218
|
query_params[:'offset'] = opts[:'offset'] if !opts[:'offset'].nil?
|
217
219
|
query_params[:'ordering'] = @api_client.build_collection_param(opts[:'ordering'], :csv) if !opts[:'ordering'].nil?
|
220
|
+
query_params[:'prn__in'] = @api_client.build_collection_param(opts[:'prn__in'], :csv) if !opts[:'prn__in'].nil?
|
218
221
|
query_params[:'pulp_href__in'] = @api_client.build_collection_param(opts[:'pulp_href__in'], :csv) if !opts[:'pulp_href__in'].nil?
|
219
222
|
query_params[:'pulp_id__in'] = @api_client.build_collection_param(opts[:'pulp_id__in'], :csv) if !opts[:'pulp_id__in'].nil?
|
220
223
|
query_params[:'q'] = opts[:'q'] if !opts[:'q'].nil?
|
@@ -17,6 +17,9 @@ module PulpCertguardClient
|
|
17
17
|
class CertguardRHSMCertGuardResponse
|
18
18
|
attr_accessor :pulp_href
|
19
19
|
|
20
|
+
# The Pulp Resource Name (PRN).
|
21
|
+
attr_accessor :prn
|
22
|
+
|
20
23
|
# Timestamp of creation.
|
21
24
|
attr_accessor :pulp_created
|
22
25
|
|
@@ -36,6 +39,7 @@ module PulpCertguardClient
|
|
36
39
|
def self.attribute_map
|
37
40
|
{
|
38
41
|
:'pulp_href' => :'pulp_href',
|
42
|
+
:'prn' => :'prn',
|
39
43
|
:'pulp_created' => :'pulp_created',
|
40
44
|
:'pulp_last_updated' => :'pulp_last_updated',
|
41
45
|
:'name' => :'name',
|
@@ -48,6 +52,7 @@ module PulpCertguardClient
|
|
48
52
|
def self.openapi_types
|
49
53
|
{
|
50
54
|
:'pulp_href' => :'String',
|
55
|
+
:'prn' => :'String',
|
51
56
|
:'pulp_created' => :'DateTime',
|
52
57
|
:'pulp_last_updated' => :'DateTime',
|
53
58
|
:'name' => :'String',
|
@@ -82,6 +87,10 @@ module PulpCertguardClient
|
|
82
87
|
self.pulp_href = attributes[:'pulp_href']
|
83
88
|
end
|
84
89
|
|
90
|
+
if attributes.key?(:'prn')
|
91
|
+
self.prn = attributes[:'prn']
|
92
|
+
end
|
93
|
+
|
85
94
|
if attributes.key?(:'pulp_created')
|
86
95
|
self.pulp_created = attributes[:'pulp_created']
|
87
96
|
end
|
@@ -132,6 +141,7 @@ module PulpCertguardClient
|
|
132
141
|
return true if self.equal?(o)
|
133
142
|
self.class == o.class &&
|
134
143
|
pulp_href == o.pulp_href &&
|
144
|
+
prn == o.prn &&
|
135
145
|
pulp_created == o.pulp_created &&
|
136
146
|
pulp_last_updated == o.pulp_last_updated &&
|
137
147
|
name == o.name &&
|
@@ -148,7 +158,7 @@ module PulpCertguardClient
|
|
148
158
|
# Calculates hash code according to all attributes.
|
149
159
|
# @return [Integer] Hash code
|
150
160
|
def hash
|
151
|
-
[pulp_href, pulp_created, pulp_last_updated, name, description, ca_certificate].hash
|
161
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, name, description, ca_certificate].hash
|
152
162
|
end
|
153
163
|
|
154
164
|
# Builds the object from hash
|
@@ -17,6 +17,9 @@ module PulpCertguardClient
|
|
17
17
|
class CertguardX509CertGuardResponse
|
18
18
|
attr_accessor :pulp_href
|
19
19
|
|
20
|
+
# The Pulp Resource Name (PRN).
|
21
|
+
attr_accessor :prn
|
22
|
+
|
20
23
|
# Timestamp of creation.
|
21
24
|
attr_accessor :pulp_created
|
22
25
|
|
@@ -36,6 +39,7 @@ module PulpCertguardClient
|
|
36
39
|
def self.attribute_map
|
37
40
|
{
|
38
41
|
:'pulp_href' => :'pulp_href',
|
42
|
+
:'prn' => :'prn',
|
39
43
|
:'pulp_created' => :'pulp_created',
|
40
44
|
:'pulp_last_updated' => :'pulp_last_updated',
|
41
45
|
:'name' => :'name',
|
@@ -48,6 +52,7 @@ module PulpCertguardClient
|
|
48
52
|
def self.openapi_types
|
49
53
|
{
|
50
54
|
:'pulp_href' => :'String',
|
55
|
+
:'prn' => :'String',
|
51
56
|
:'pulp_created' => :'DateTime',
|
52
57
|
:'pulp_last_updated' => :'DateTime',
|
53
58
|
:'name' => :'String',
|
@@ -82,6 +87,10 @@ module PulpCertguardClient
|
|
82
87
|
self.pulp_href = attributes[:'pulp_href']
|
83
88
|
end
|
84
89
|
|
90
|
+
if attributes.key?(:'prn')
|
91
|
+
self.prn = attributes[:'prn']
|
92
|
+
end
|
93
|
+
|
85
94
|
if attributes.key?(:'pulp_created')
|
86
95
|
self.pulp_created = attributes[:'pulp_created']
|
87
96
|
end
|
@@ -132,6 +141,7 @@ module PulpCertguardClient
|
|
132
141
|
return true if self.equal?(o)
|
133
142
|
self.class == o.class &&
|
134
143
|
pulp_href == o.pulp_href &&
|
144
|
+
prn == o.prn &&
|
135
145
|
pulp_created == o.pulp_created &&
|
136
146
|
pulp_last_updated == o.pulp_last_updated &&
|
137
147
|
name == o.name &&
|
@@ -148,7 +158,7 @@ module PulpCertguardClient
|
|
148
158
|
# Calculates hash code according to all attributes.
|
149
159
|
# @return [Integer] Hash code
|
150
160
|
def hash
|
151
|
-
[pulp_href, pulp_created, pulp_last_updated, name, description, ca_certificate].hash
|
161
|
+
[pulp_href, prn, pulp_created, pulp_last_updated, name, description, ca_certificate].hash
|
152
162
|
end
|
153
163
|
|
154
164
|
# Builds the object from hash
|
@@ -72,6 +72,7 @@ describe 'ContentguardsRhsmApi' do
|
|
72
72
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
73
73
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
74
74
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
75
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
75
76
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
76
77
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
77
78
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
@@ -72,6 +72,7 @@ describe 'ContentguardsX509Api' do
|
|
72
72
|
# @option opts [String] :name__startswith Filter results where name starts with value
|
73
73
|
# @option opts [Integer] :offset The initial index from which to return the results.
|
74
74
|
# @option opts [Array<String>] :ordering Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `name` - Name * `-name` - Name (descending) * `description` - Description * `-description` - Description (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
75
|
+
# @option opts [Array<String>] :prn__in Multiple values may be separated by commas.
|
75
76
|
# @option opts [Array<String>] :pulp_href__in Multiple values may be separated by commas.
|
76
77
|
# @option opts [Array<String>] :pulp_id__in Multiple values may be separated by commas.
|
77
78
|
# @option opts [String] :q Filter results by using NOT, AND and OR operations on other filters
|
@@ -38,6 +38,12 @@ describe 'CertguardRHSMCertGuardResponse' do
|
|
38
38
|
end
|
39
39
|
end
|
40
40
|
|
41
|
+
describe 'test attribute "prn"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
41
47
|
describe 'test attribute "pulp_created"' do
|
42
48
|
it 'should work' do
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
@@ -38,6 +38,12 @@ describe 'CertguardX509CertGuardResponse' do
|
|
38
38
|
end
|
39
39
|
end
|
40
40
|
|
41
|
+
describe 'test attribute "prn"' do
|
42
|
+
it 'should work' do
|
43
|
+
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
44
|
+
end
|
45
|
+
end
|
46
|
+
|
41
47
|
describe 'test attribute "pulp_created"' do
|
42
48
|
it 'should work' do
|
43
49
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: pulp_certguard_client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.
|
4
|
+
version: 3.63.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- OpenAPI-Generator
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-10-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: faraday
|