pulp_certguard_client 3.69.2 → 3.70.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (42) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -5
  3. data/docs/CertguardRHSMCertGuard.md +12 -11
  4. data/docs/CertguardRHSMCertGuardResponse.md +20 -19
  5. data/docs/CertguardX509CertGuard.md +12 -11
  6. data/docs/CertguardX509CertGuardResponse.md +20 -19
  7. data/docs/ContentguardsRhsmApi.md +195 -94
  8. data/docs/ContentguardsX509Api.md +195 -94
  9. data/docs/PaginatedcertguardRHSMCertGuardResponseList.md +14 -13
  10. data/docs/PaginatedcertguardX509CertGuardResponseList.md +14 -13
  11. data/docs/PatchedcertguardRHSMCertGuard.md +12 -11
  12. data/docs/PatchedcertguardX509CertGuard.md +12 -11
  13. data/lib/pulp_certguard_client/api/contentguards_rhsm_api.rb +42 -27
  14. data/lib/pulp_certguard_client/api/contentguards_x509_api.rb +42 -27
  15. data/lib/pulp_certguard_client/api_client.rb +137 -102
  16. data/lib/pulp_certguard_client/api_error.rb +2 -1
  17. data/lib/pulp_certguard_client/configuration.rb +162 -21
  18. data/lib/pulp_certguard_client/models/certguard_rhsm_cert_guard.rb +34 -22
  19. data/lib/pulp_certguard_client/models/certguard_rhsm_cert_guard_response.rb +36 -24
  20. data/lib/pulp_certguard_client/models/certguard_x509_cert_guard.rb +34 -22
  21. data/lib/pulp_certguard_client/models/certguard_x509_cert_guard_response.rb +36 -24
  22. data/lib/pulp_certguard_client/models/paginatedcertguard_rhsm_cert_guard_response_list.rb +34 -22
  23. data/lib/pulp_certguard_client/models/paginatedcertguard_x509_cert_guard_response_list.rb +34 -22
  24. data/lib/pulp_certguard_client/models/patchedcertguard_rhsm_cert_guard.rb +40 -24
  25. data/lib/pulp_certguard_client/models/patchedcertguard_x509_cert_guard.rb +40 -24
  26. data/lib/pulp_certguard_client/version.rb +2 -2
  27. data/lib/pulp_certguard_client.rb +1 -1
  28. data/pulp_certguard_client.gemspec +9 -6
  29. data/spec/api/contentguards_rhsm_api_spec.rb +7 -7
  30. data/spec/api/contentguards_x509_api_spec.rb +7 -7
  31. data/spec/models/certguard_rhsm_cert_guard_response_spec.rb +13 -18
  32. data/spec/models/certguard_rhsm_cert_guard_spec.rb +9 -14
  33. data/spec/models/certguard_x509_cert_guard_response_spec.rb +13 -18
  34. data/spec/models/certguard_x509_cert_guard_spec.rb +9 -14
  35. data/spec/models/paginatedcertguard_rhsm_cert_guard_response_list_spec.rb +10 -15
  36. data/spec/models/paginatedcertguard_x509_cert_guard_response_list_spec.rb +10 -15
  37. data/spec/models/patchedcertguard_rhsm_cert_guard_spec.rb +9 -14
  38. data/spec/models/patchedcertguard_x509_cert_guard_spec.rb +9 -14
  39. data/spec/spec_helper.rb +1 -1
  40. metadata +41 -17
  41. data/spec/api_client_spec.rb +0 -188
  42. data/spec/configuration_spec.rb +0 -42
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ef82d7e28017b3ea210fe58c020880d5727afddedbdceecfc75bff08bc324d43
4
- data.tar.gz: 2654993b4c587cae5b7d39f4e9f009f7e9cba35c674625ec625446513c85da93
3
+ metadata.gz: fc56826a84afd301bc289e7db30e8ef90903c89240b052f66796700179902030
4
+ data.tar.gz: 548becf9641ab93318217c5c5a03d2df0fd2f2a8e87f24823039949d07fc9cc1
5
5
  SHA512:
6
- metadata.gz: dd463a346afb6e6fb65cee177668f61bfa0425712dbefcd8a07a17de496f87f2d71950099e2140aecd47a724a7488591c4154788820c339a95f88977d2790a0a
7
- data.tar.gz: 77284928e1fe03e293f7f9d359592eb70d8291a70de088b047ab06dfa6b0f18747b8216a0afade493300b331b29e2cfd169147e6093fc0c6d036dcb05febb4de
6
+ metadata.gz: e68a13b6fa4e15f999d0349837da2edcfefbebdb3351e13581350c6783aa1c9d83041775ee2e3ce8c8a734aef25ad9f3dbc7e40bd6ce86bd24fe9acce65089e1
7
+ data.tar.gz: 26ac4718ebe58b2f9eee8b8def30e5f476e5b8822099a8b12ec955fe6524587f2f015a0d9d5187aa24168d1a79b7ec5ca25d92aef3ba05d151ed128454006e84
data/README.md CHANGED
@@ -7,7 +7,8 @@ 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.69.2
10
+ - Package version: 3.70.0
11
+ - Generator version: 7.10.0
11
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
12
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
13
14
 
@@ -24,16 +25,16 @@ gem build pulp_certguard_client.gemspec
24
25
  Then either install the gem locally:
25
26
 
26
27
  ```shell
27
- gem install ./pulp_certguard_client-3.69.2.gem
28
+ gem install ./pulp_certguard_client-3.70.0.gem
28
29
  ```
29
30
 
30
- (for development, run `gem install --dev ./pulp_certguard_client-3.69.2.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulp_certguard_client-3.70.0.gem` to install the development dependencies)
31
32
 
32
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
33
34
 
34
35
  Finally add this to the Gemfile:
35
36
 
36
- gem 'pulp_certguard_client', '~> 3.69.2'
37
+ gem 'pulp_certguard_client', '~> 3.70.0'
37
38
 
38
39
  ### Install from Git
39
40
 
@@ -62,10 +63,12 @@ PulpCertguardClient.configure do |config|
62
63
  # Configure HTTP basic authorization: basicAuth
63
64
  config.username = 'YOUR_USERNAME'
64
65
  config.password = 'YOUR_PASSWORD'
66
+ # Configure faraday connection
67
+ config.configure_faraday_connection { |connection| 'YOUR CONNECTION CONFIG PROC' }
65
68
  end
66
69
 
67
70
  api_instance = PulpCertguardClient::ContentguardsRhsmApi.new
68
- certguard_rhsm_cert_guard = PulpCertguardClient::CertguardRHSMCertGuard.new # CertguardRHSMCertGuard |
71
+ certguard_rhsm_cert_guard = PulpCertguardClient::CertguardRHSMCertGuard.new({name: 'name_example', ca_certificate: 'ca_certificate_example'}) # CertguardRHSMCertGuard |
69
72
 
70
73
  begin
71
74
  #Create a rhsm cert guard
@@ -112,6 +115,7 @@ Class | Method | HTTP request | Description
112
115
  ## Documentation for Authorization
113
116
 
114
117
 
118
+ Authentication schemes defined for the API:
115
119
  ### basicAuth
116
120
 
117
121
  - **Type**: HTTP basic authentication
@@ -2,20 +2,21 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | The unique name. |
8
- **description** | **String** | An optional description. | [optional]
9
- **ca_certificate** | **String** | A Certificate Authority (CA) certificate (or a bundle thereof) used to verify client-certificate authenticity. |
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | The unique name. | |
8
+ | **description** | **String** | An optional description. | [optional] |
9
+ | **ca_certificate** | **String** | A Certificate Authority (CA) certificate (or a bundle thereof) used to verify client-certificate authenticity. | |
10
10
 
11
- ## Code Sample
11
+ ## Example
12
12
 
13
13
  ```ruby
14
- require 'PulpCertguardClient'
14
+ require 'pulp_certguard_client'
15
15
 
16
- instance = PulpCertguardClient::CertguardRHSMCertGuard.new(name: null,
17
- description: null,
18
- ca_certificate: null)
16
+ instance = PulpCertguardClient::CertguardRHSMCertGuard.new(
17
+ name: null,
18
+ description: null,
19
+ ca_certificate: null
20
+ )
19
21
  ```
20
22
 
21
-
@@ -2,28 +2,29 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
9
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
11
- **name** | **String** | The unique name. |
12
- **description** | **String** | An optional description. | [optional]
13
- **ca_certificate** | **String** | A Certificate Authority (CA) certificate (or a bundle thereof) used to verify client-certificate authenticity. |
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **pulp_href** | **String** | | [optional][readonly] |
8
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
9
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
+ | **pulp_last_updated** | **Time** | 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] |
11
+ | **name** | **String** | The unique name. | |
12
+ | **description** | **String** | An optional description. | [optional] |
13
+ | **ca_certificate** | **String** | A Certificate Authority (CA) certificate (or a bundle thereof) used to verify client-certificate authenticity. | |
14
14
 
15
- ## Code Sample
15
+ ## Example
16
16
 
17
17
  ```ruby
18
- require 'PulpCertguardClient'
18
+ require 'pulp_certguard_client'
19
19
 
20
- instance = PulpCertguardClient::CertguardRHSMCertGuardResponse.new(pulp_href: null,
21
- prn: null,
22
- pulp_created: null,
23
- pulp_last_updated: null,
24
- name: null,
25
- description: null,
26
- ca_certificate: null)
20
+ instance = PulpCertguardClient::CertguardRHSMCertGuardResponse.new(
21
+ pulp_href: null,
22
+ prn: null,
23
+ pulp_created: null,
24
+ pulp_last_updated: null,
25
+ name: null,
26
+ description: null,
27
+ ca_certificate: null
28
+ )
27
29
  ```
28
30
 
29
-
@@ -2,20 +2,21 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **name** | **String** | The unique name. |
8
- **description** | **String** | An optional description. | [optional]
9
- **ca_certificate** | **String** | A Certificate Authority (CA) certificate (or a bundle thereof) used to verify client-certificate authenticity. |
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **name** | **String** | The unique name. | |
8
+ | **description** | **String** | An optional description. | [optional] |
9
+ | **ca_certificate** | **String** | A Certificate Authority (CA) certificate (or a bundle thereof) used to verify client-certificate authenticity. | |
10
10
 
11
- ## Code Sample
11
+ ## Example
12
12
 
13
13
  ```ruby
14
- require 'PulpCertguardClient'
14
+ require 'pulp_certguard_client'
15
15
 
16
- instance = PulpCertguardClient::CertguardX509CertGuard.new(name: null,
17
- description: null,
18
- ca_certificate: null)
16
+ instance = PulpCertguardClient::CertguardX509CertGuard.new(
17
+ name: null,
18
+ description: null,
19
+ ca_certificate: null
20
+ )
19
21
  ```
20
22
 
21
-
@@ -2,28 +2,29 @@
2
2
 
3
3
  ## Properties
4
4
 
5
- Name | Type | Description | Notes
6
- ------------ | ------------- | ------------- | -------------
7
- **pulp_href** | **String** | | [optional] [readonly]
8
- **prn** | **String** | The Pulp Resource Name (PRN). | [optional] [readonly]
9
- **pulp_created** | **DateTime** | Timestamp of creation. | [optional] [readonly]
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]
11
- **name** | **String** | The unique name. |
12
- **description** | **String** | An optional description. | [optional]
13
- **ca_certificate** | **String** | A Certificate Authority (CA) certificate (or a bundle thereof) used to verify client-certificate authenticity. |
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **pulp_href** | **String** | | [optional][readonly] |
8
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
9
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
+ | **pulp_last_updated** | **Time** | 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] |
11
+ | **name** | **String** | The unique name. | |
12
+ | **description** | **String** | An optional description. | [optional] |
13
+ | **ca_certificate** | **String** | A Certificate Authority (CA) certificate (or a bundle thereof) used to verify client-certificate authenticity. | |
14
14
 
15
- ## Code Sample
15
+ ## Example
16
16
 
17
17
  ```ruby
18
- require 'PulpCertguardClient'
18
+ require 'pulp_certguard_client'
19
19
 
20
- instance = PulpCertguardClient::CertguardX509CertGuardResponse.new(pulp_href: null,
21
- prn: null,
22
- pulp_created: null,
23
- pulp_last_updated: null,
24
- name: null,
25
- description: null,
26
- ca_certificate: null)
20
+ instance = PulpCertguardClient::CertguardX509CertGuardResponse.new(
21
+ pulp_href: null,
22
+ prn: null,
23
+ pulp_created: null,
24
+ pulp_last_updated: null,
25
+ name: null,
26
+ description: null,
27
+ ca_certificate: null
28
+ )
27
29
  ```
28
30
 
29
-