pulpcore_client 3.65.0 → 3.66.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (141) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +68 -4
  3. data/docs/AccessPoliciesApi.md +4 -4
  4. data/docs/ArtifactDistributionResponse.md +15 -15
  5. data/docs/ContentApi.md +4 -4
  6. data/docs/ContentOpenpgpPublickeyApi.md +212 -0
  7. data/docs/ContentOpenpgpPublicsubkeyApi.md +150 -0
  8. data/docs/ContentOpenpgpSignatureApi.md +150 -0
  9. data/docs/ContentOpenpgpUserattributeApi.md +150 -0
  10. data/docs/ContentOpenpgpUseridApi.md +166 -0
  11. data/docs/DistributionsApi.md +4 -4
  12. data/docs/DistributionsOpenpgpApi.md +478 -0
  13. data/docs/NestedOpenPGPPublicSubkey.md +19 -0
  14. data/docs/NestedOpenPGPPublicSubkeyResponse.md +21 -0
  15. data/docs/NestedOpenPGPSignature.md +27 -0
  16. data/docs/NestedOpenPGPSignatureResponse.md +29 -0
  17. data/docs/NestedOpenPGPUserAttribute.md +17 -0
  18. data/docs/NestedOpenPGPUserAttributeResponse.md +19 -0
  19. data/docs/NestedOpenPGPUserID.md +17 -0
  20. data/docs/NestedOpenPGPUserIDResponse.md +19 -0
  21. data/docs/OpenPGPDistribution.md +29 -0
  22. data/docs/OpenPGPDistributionResponse.md +41 -0
  23. data/docs/OpenPGPKeyring.md +25 -0
  24. data/docs/OpenPGPKeyringResponse.md +37 -0
  25. data/docs/OpenPGPPublicKey.md +23 -0
  26. data/docs/OpenPGPPublicKeyResponse.md +33 -0
  27. data/docs/OpenPGPPublicSubkeyResponse.md +31 -0
  28. data/docs/OpenPGPSignatureResponse.md +39 -0
  29. data/docs/OpenPGPUserAttributeResponse.md +29 -0
  30. data/docs/OpenPGPUserIDResponse.md +29 -0
  31. data/docs/PaginatedOpenPGPDistributionResponseList.md +23 -0
  32. data/docs/PaginatedOpenPGPKeyringResponseList.md +23 -0
  33. data/docs/PaginatedOpenPGPPublicKeyResponseList.md +23 -0
  34. data/docs/PaginatedOpenPGPPublicSubkeyResponseList.md +23 -0
  35. data/docs/PaginatedOpenPGPSignatureResponseList.md +23 -0
  36. data/docs/PaginatedOpenPGPUserAttributeResponseList.md +23 -0
  37. data/docs/PaginatedOpenPGPUserIDResponseList.md +23 -0
  38. data/docs/PatchedOpenPGPDistribution.md +29 -0
  39. data/docs/PatchedOpenPGPKeyring.md +25 -0
  40. data/docs/RepositoriesApi.md +4 -4
  41. data/docs/RepositoriesOpenpgpKeyringApi.md +802 -0
  42. data/docs/RepositoryAddRemoveContent.md +21 -0
  43. data/docs/SetLabel.md +19 -0
  44. data/docs/SetLabelResponse.md +19 -0
  45. data/docs/TasksApi.md +2 -2
  46. data/docs/UnsetLabel.md +17 -0
  47. data/docs/UnsetLabelResponse.md +19 -0
  48. data/lib/pulpcore_client/api/access_policies_api.rb +8 -8
  49. data/lib/pulpcore_client/api/content_api.rb +6 -6
  50. data/lib/pulpcore_client/api/content_openpgp_publickey_api.rb +266 -0
  51. data/lib/pulpcore_client/api/content_openpgp_publicsubkey_api.rb +192 -0
  52. data/lib/pulpcore_client/api/content_openpgp_signature_api.rb +192 -0
  53. data/lib/pulpcore_client/api/content_openpgp_userattribute_api.rb +192 -0
  54. data/lib/pulpcore_client/api/content_openpgp_userid_api.rb +216 -0
  55. data/lib/pulpcore_client/api/distributions_api.rb +6 -6
  56. data/lib/pulpcore_client/api/distributions_openpgp_api.rb +592 -0
  57. data/lib/pulpcore_client/api/repositories_api.rb +6 -6
  58. data/lib/pulpcore_client/api/repositories_openpgp_keyring_api.rb +992 -0
  59. data/lib/pulpcore_client/api/tasks_api.rb +3 -3
  60. data/lib/pulpcore_client/models/artifact_distribution_response.rb +69 -69
  61. data/lib/pulpcore_client/models/nested_open_pgp_public_subkey.rb +254 -0
  62. data/lib/pulpcore_client/models/nested_open_pgp_public_subkey_response.rb +256 -0
  63. data/lib/pulpcore_client/models/nested_open_pgp_signature.rb +305 -0
  64. data/lib/pulpcore_client/models/nested_open_pgp_signature_response.rb +290 -0
  65. data/lib/pulpcore_client/models/nested_open_pgp_user_attribute.rb +240 -0
  66. data/lib/pulpcore_client/models/nested_open_pgp_user_attribute_response.rb +242 -0
  67. data/lib/pulpcore_client/models/nested_open_pgp_user_id.rb +231 -0
  68. data/lib/pulpcore_client/models/nested_open_pgp_user_id_response.rb +223 -0
  69. data/lib/pulpcore_client/models/open_pgp_distribution.rb +322 -0
  70. data/lib/pulpcore_client/models/open_pgp_distribution_response.rb +343 -0
  71. data/lib/pulpcore_client/models/open_pgp_keyring.rb +306 -0
  72. data/lib/pulpcore_client/models/open_pgp_keyring_response.rb +329 -0
  73. data/lib/pulpcore_client/models/open_pgp_public_key.rb +253 -0
  74. data/lib/pulpcore_client/models/open_pgp_public_key_response.rb +303 -0
  75. data/lib/pulpcore_client/models/open_pgp_public_subkey_response.rb +304 -0
  76. data/lib/pulpcore_client/models/open_pgp_signature_response.rb +338 -0
  77. data/lib/pulpcore_client/models/open_pgp_user_attribute_response.rb +290 -0
  78. data/lib/pulpcore_client/models/open_pgp_user_id_response.rb +271 -0
  79. data/lib/pulpcore_client/models/paginated_open_pgp_distribution_response_list.rb +247 -0
  80. data/lib/pulpcore_client/models/paginated_open_pgp_keyring_response_list.rb +247 -0
  81. data/lib/pulpcore_client/models/paginated_open_pgp_public_key_response_list.rb +247 -0
  82. data/lib/pulpcore_client/models/paginated_open_pgp_public_subkey_response_list.rb +247 -0
  83. data/lib/pulpcore_client/models/paginated_open_pgp_signature_response_list.rb +247 -0
  84. data/lib/pulpcore_client/models/paginated_open_pgp_user_attribute_response_list.rb +247 -0
  85. data/lib/pulpcore_client/models/paginated_open_pgp_user_id_response_list.rb +247 -0
  86. data/lib/pulpcore_client/models/patched_open_pgp_distribution.rb +304 -0
  87. data/lib/pulpcore_client/models/patched_open_pgp_keyring.rb +297 -0
  88. data/lib/pulpcore_client/models/remote_response.rb +20 -20
  89. data/lib/pulpcore_client/models/repository_add_remove_content.rb +232 -0
  90. data/lib/pulpcore_client/models/set_label.rb +252 -0
  91. data/lib/pulpcore_client/models/set_label_response.rb +243 -0
  92. data/lib/pulpcore_client/models/unset_label.rb +242 -0
  93. data/lib/pulpcore_client/models/unset_label_response.rb +242 -0
  94. data/lib/pulpcore_client/version.rb +1 -1
  95. data/lib/pulpcore_client.rb +39 -0
  96. data/spec/api/access_policies_api_spec.rb +4 -4
  97. data/spec/api/content_api_spec.rb +2 -2
  98. data/spec/api/content_openpgp_publickey_api_spec.rb +89 -0
  99. data/spec/api/content_openpgp_publicsubkey_api_spec.rb +74 -0
  100. data/spec/api/content_openpgp_signature_api_spec.rb +74 -0
  101. data/spec/api/content_openpgp_userattribute_api_spec.rb +74 -0
  102. data/spec/api/content_openpgp_userid_api_spec.rb +82 -0
  103. data/spec/api/distributions_api_spec.rb +2 -2
  104. data/spec/api/distributions_openpgp_api_spec.rb +148 -0
  105. data/spec/api/repositories_api_spec.rb +2 -2
  106. data/spec/api/repositories_openpgp_keyring_api_spec.rb +233 -0
  107. data/spec/api/tasks_api_spec.rb +1 -1
  108. data/spec/models/artifact_distribution_response_spec.rb +10 -10
  109. data/spec/models/nested_open_pgp_public_subkey_response_spec.rb +53 -0
  110. data/spec/models/nested_open_pgp_public_subkey_spec.rb +47 -0
  111. data/spec/models/nested_open_pgp_signature_response_spec.rb +77 -0
  112. data/spec/models/nested_open_pgp_signature_spec.rb +71 -0
  113. data/spec/models/nested_open_pgp_user_attribute_response_spec.rb +47 -0
  114. data/spec/models/nested_open_pgp_user_attribute_spec.rb +41 -0
  115. data/spec/models/nested_open_pgp_user_id_response_spec.rb +47 -0
  116. data/spec/models/nested_open_pgp_user_id_spec.rb +41 -0
  117. data/spec/models/open_pgp_distribution_response_spec.rb +113 -0
  118. data/spec/models/open_pgp_distribution_spec.rb +77 -0
  119. data/spec/models/open_pgp_keyring_response_spec.rb +101 -0
  120. data/spec/models/open_pgp_keyring_spec.rb +65 -0
  121. data/spec/models/open_pgp_public_key_response_spec.rb +89 -0
  122. data/spec/models/open_pgp_public_key_spec.rb +59 -0
  123. data/spec/models/open_pgp_public_subkey_response_spec.rb +83 -0
  124. data/spec/models/open_pgp_signature_response_spec.rb +107 -0
  125. data/spec/models/open_pgp_user_attribute_response_spec.rb +77 -0
  126. data/spec/models/open_pgp_user_id_response_spec.rb +77 -0
  127. data/spec/models/paginated_open_pgp_distribution_response_list_spec.rb +59 -0
  128. data/spec/models/paginated_open_pgp_keyring_response_list_spec.rb +59 -0
  129. data/spec/models/paginated_open_pgp_public_key_response_list_spec.rb +59 -0
  130. data/spec/models/paginated_open_pgp_public_subkey_response_list_spec.rb +59 -0
  131. data/spec/models/paginated_open_pgp_signature_response_list_spec.rb +59 -0
  132. data/spec/models/paginated_open_pgp_user_attribute_response_list_spec.rb +59 -0
  133. data/spec/models/paginated_open_pgp_user_id_response_list_spec.rb +59 -0
  134. data/spec/models/patched_open_pgp_distribution_spec.rb +77 -0
  135. data/spec/models/patched_open_pgp_keyring_spec.rb +65 -0
  136. data/spec/models/repository_add_remove_content_spec.rb +53 -0
  137. data/spec/models/set_label_response_spec.rb +47 -0
  138. data/spec/models/set_label_spec.rb +47 -0
  139. data/spec/models/unset_label_response_spec.rb +47 -0
  140. data/spec/models/unset_label_spec.rb +41 -0
  141. metadata +314 -158
@@ -0,0 +1,41 @@
1
+ # PulpcoreClient::OpenPGPDistributionResponse
2
+
3
+ ## Properties
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
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") |
12
+ **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional] [readonly]
13
+ **content_guard** | **String** | An optional content-guard. | [optional]
14
+ **no_content_change_since** | **String** | Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes. | [optional] [readonly]
15
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
16
+ **pulp_labels** | **Hash<String, String>** | | [optional]
17
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. |
18
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
19
+ **repository_version** | **String** | RepositoryVersion to be served | [optional]
20
+
21
+ ## Code Sample
22
+
23
+ ```ruby
24
+ require 'PulpcoreClient'
25
+
26
+ instance = PulpcoreClient::OpenPGPDistributionResponse.new(pulp_href: null,
27
+ prn: null,
28
+ pulp_created: null,
29
+ pulp_last_updated: null,
30
+ base_path: null,
31
+ base_url: null,
32
+ content_guard: null,
33
+ no_content_change_since: null,
34
+ hidden: null,
35
+ pulp_labels: null,
36
+ name: null,
37
+ repository: null,
38
+ repository_version: null)
39
+ ```
40
+
41
+
@@ -0,0 +1,25 @@
1
+ # PulpcoreClient::OpenPGPKeyring
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_labels** | **Hash<String, String>** | | [optional]
8
+ **name** | **String** | A unique name for this repository. |
9
+ **description** | **String** | An optional description. | [optional]
10
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
+ **remote** | **String** | An optional remote to use by default when syncing. | [optional]
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'PulpcoreClient'
17
+
18
+ instance = PulpcoreClient::OpenPGPKeyring.new(pulp_labels: null,
19
+ name: null,
20
+ description: null,
21
+ retain_repo_versions: null,
22
+ remote: null)
23
+ ```
24
+
25
+
@@ -0,0 +1,37 @@
1
+ # PulpcoreClient::OpenPGPKeyringResponse
2
+
3
+ ## Properties
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
+ **versions_href** | **String** | | [optional] [readonly]
12
+ **pulp_labels** | **Hash<String, String>** | | [optional]
13
+ **latest_version_href** | **String** | | [optional] [readonly]
14
+ **name** | **String** | A unique name for this repository. |
15
+ **description** | **String** | An optional description. | [optional]
16
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
17
+ **remote** | **String** | An optional remote to use by default when syncing. | [optional]
18
+
19
+ ## Code Sample
20
+
21
+ ```ruby
22
+ require 'PulpcoreClient'
23
+
24
+ instance = PulpcoreClient::OpenPGPKeyringResponse.new(pulp_href: null,
25
+ prn: null,
26
+ pulp_created: null,
27
+ pulp_last_updated: null,
28
+ versions_href: null,
29
+ pulp_labels: null,
30
+ latest_version_href: null,
31
+ name: null,
32
+ description: null,
33
+ retain_repo_versions: null,
34
+ remote: null)
35
+ ```
36
+
37
+
@@ -0,0 +1,23 @@
1
+ # PulpcoreClient::OpenPGPPublicKey
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **repository** | **String** | A URI of a repository the new content unit should be associated with. | [optional]
8
+ **file** | **File** | An uploaded file that may be turned into the content unit. | [optional]
9
+ **upload** | **String** | An uncommitted upload that may be turned into the content unit. | [optional]
10
+ **file_url** | **String** | A url that Pulp can download and turn into the content unit. | [optional]
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpcoreClient'
16
+
17
+ instance = PulpcoreClient::OpenPGPPublicKey.new(repository: null,
18
+ file: null,
19
+ upload: null,
20
+ file_url: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,33 @@
1
+ # PulpcoreClient::OpenPGPPublicKeyResponse
2
+
3
+ ## Properties
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
+ **fingerprint** | **String** | | [optional] [readonly]
12
+ **created** | **DateTime** | | [optional] [readonly]
13
+ **user_ids** | [**Array<NestedOpenPGPUserIDResponse>**](NestedOpenPGPUserIDResponse.md) | | [optional] [readonly]
14
+ **user_attributes** | [**Array<NestedOpenPGPUserAttributeResponse>**](NestedOpenPGPUserAttributeResponse.md) | | [optional] [readonly]
15
+ **public_subkeys** | [**Array<NestedOpenPGPPublicSubkeyResponse>**](NestedOpenPGPPublicSubkeyResponse.md) | | [optional] [readonly]
16
+
17
+ ## Code Sample
18
+
19
+ ```ruby
20
+ require 'PulpcoreClient'
21
+
22
+ instance = PulpcoreClient::OpenPGPPublicKeyResponse.new(pulp_href: null,
23
+ prn: null,
24
+ pulp_created: null,
25
+ pulp_last_updated: null,
26
+ fingerprint: null,
27
+ created: null,
28
+ user_ids: null,
29
+ user_attributes: null,
30
+ public_subkeys: null)
31
+ ```
32
+
33
+
@@ -0,0 +1,31 @@
1
+ # PulpcoreClient::OpenPGPPublicSubkeyResponse
2
+
3
+ ## Properties
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
+ **fingerprint** | **String** | |
12
+ **created** | **DateTime** | |
13
+ **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional] [readonly]
14
+ **public_key** | **String** | | [optional] [readonly]
15
+
16
+ ## Code Sample
17
+
18
+ ```ruby
19
+ require 'PulpcoreClient'
20
+
21
+ instance = PulpcoreClient::OpenPGPPublicSubkeyResponse.new(pulp_href: null,
22
+ prn: null,
23
+ pulp_created: null,
24
+ pulp_last_updated: null,
25
+ fingerprint: null,
26
+ created: null,
27
+ signatures: null,
28
+ public_key: null)
29
+ ```
30
+
31
+
@@ -0,0 +1,39 @@
1
+ # PulpcoreClient::OpenPGPSignatureResponse
2
+
3
+ ## Properties
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
+ **issuer** | **String** | | [optional]
12
+ **created** | **DateTime** | |
13
+ **expiration_time** | **String** | | [optional]
14
+ **signers_user_id** | **String** | | [optional]
15
+ **key_expiration_time** | **String** | | [optional]
16
+ **expired** | **Boolean** | |
17
+ **key_expired** | **String** | | [optional] [readonly]
18
+ **signed_content** | **String** | | [optional] [readonly]
19
+
20
+ ## Code Sample
21
+
22
+ ```ruby
23
+ require 'PulpcoreClient'
24
+
25
+ instance = PulpcoreClient::OpenPGPSignatureResponse.new(pulp_href: null,
26
+ prn: null,
27
+ pulp_created: null,
28
+ pulp_last_updated: null,
29
+ issuer: null,
30
+ created: null,
31
+ expiration_time: null,
32
+ signers_user_id: null,
33
+ key_expiration_time: null,
34
+ expired: null,
35
+ key_expired: null,
36
+ signed_content: null)
37
+ ```
38
+
39
+
@@ -0,0 +1,29 @@
1
+ # PulpcoreClient::OpenPGPUserAttributeResponse
2
+
3
+ ## Properties
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
+ **sha256** | **String** | |
12
+ **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional] [readonly]
13
+ **public_key** | **String** | | [optional] [readonly]
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'PulpcoreClient'
19
+
20
+ instance = PulpcoreClient::OpenPGPUserAttributeResponse.new(pulp_href: null,
21
+ prn: null,
22
+ pulp_created: null,
23
+ pulp_last_updated: null,
24
+ sha256: null,
25
+ signatures: null,
26
+ public_key: null)
27
+ ```
28
+
29
+
@@ -0,0 +1,29 @@
1
+ # PulpcoreClient::OpenPGPUserIDResponse
2
+
3
+ ## Properties
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
+ **user_id** | **String** | |
12
+ **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional] [readonly]
13
+ **public_key** | **String** | | [optional] [readonly]
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'PulpcoreClient'
19
+
20
+ instance = PulpcoreClient::OpenPGPUserIDResponse.new(pulp_href: null,
21
+ prn: null,
22
+ pulp_created: null,
23
+ pulp_last_updated: null,
24
+ user_id: null,
25
+ signatures: null,
26
+ public_key: null)
27
+ ```
28
+
29
+
@@ -0,0 +1,23 @@
1
+ # PulpcoreClient::PaginatedOpenPGPDistributionResponseList
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **count** | **Integer** | |
8
+ **_next** | **String** | | [optional]
9
+ **previous** | **String** | | [optional]
10
+ **results** | [**Array<OpenPGPDistributionResponse>**](OpenPGPDistributionResponse.md) | |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpcoreClient'
16
+
17
+ instance = PulpcoreClient::PaginatedOpenPGPDistributionResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
+ results: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,23 @@
1
+ # PulpcoreClient::PaginatedOpenPGPKeyringResponseList
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **count** | **Integer** | |
8
+ **_next** | **String** | | [optional]
9
+ **previous** | **String** | | [optional]
10
+ **results** | [**Array<OpenPGPKeyringResponse>**](OpenPGPKeyringResponse.md) | |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpcoreClient'
16
+
17
+ instance = PulpcoreClient::PaginatedOpenPGPKeyringResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
+ results: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,23 @@
1
+ # PulpcoreClient::PaginatedOpenPGPPublicKeyResponseList
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **count** | **Integer** | |
8
+ **_next** | **String** | | [optional]
9
+ **previous** | **String** | | [optional]
10
+ **results** | [**Array<OpenPGPPublicKeyResponse>**](OpenPGPPublicKeyResponse.md) | |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpcoreClient'
16
+
17
+ instance = PulpcoreClient::PaginatedOpenPGPPublicKeyResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
+ results: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,23 @@
1
+ # PulpcoreClient::PaginatedOpenPGPPublicSubkeyResponseList
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **count** | **Integer** | |
8
+ **_next** | **String** | | [optional]
9
+ **previous** | **String** | | [optional]
10
+ **results** | [**Array<OpenPGPPublicSubkeyResponse>**](OpenPGPPublicSubkeyResponse.md) | |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpcoreClient'
16
+
17
+ instance = PulpcoreClient::PaginatedOpenPGPPublicSubkeyResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
+ results: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,23 @@
1
+ # PulpcoreClient::PaginatedOpenPGPSignatureResponseList
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **count** | **Integer** | |
8
+ **_next** | **String** | | [optional]
9
+ **previous** | **String** | | [optional]
10
+ **results** | [**Array<OpenPGPSignatureResponse>**](OpenPGPSignatureResponse.md) | |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpcoreClient'
16
+
17
+ instance = PulpcoreClient::PaginatedOpenPGPSignatureResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
+ results: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,23 @@
1
+ # PulpcoreClient::PaginatedOpenPGPUserAttributeResponseList
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **count** | **Integer** | |
8
+ **_next** | **String** | | [optional]
9
+ **previous** | **String** | | [optional]
10
+ **results** | [**Array<OpenPGPUserAttributeResponse>**](OpenPGPUserAttributeResponse.md) | |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpcoreClient'
16
+
17
+ instance = PulpcoreClient::PaginatedOpenPGPUserAttributeResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
+ results: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,23 @@
1
+ # PulpcoreClient::PaginatedOpenPGPUserIDResponseList
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **count** | **Integer** | |
8
+ **_next** | **String** | | [optional]
9
+ **previous** | **String** | | [optional]
10
+ **results** | [**Array<OpenPGPUserIDResponse>**](OpenPGPUserIDResponse.md) | |
11
+
12
+ ## Code Sample
13
+
14
+ ```ruby
15
+ require 'PulpcoreClient'
16
+
17
+ instance = PulpcoreClient::PaginatedOpenPGPUserIDResponseList.new(count: 123,
18
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
19
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
20
+ results: null)
21
+ ```
22
+
23
+
@@ -0,0 +1,29 @@
1
+ # PulpcoreClient::PatchedOpenPGPDistribution
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **base_path** | **String** | The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\") | [optional]
8
+ **content_guard** | **String** | An optional content-guard. | [optional]
9
+ **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional] [default to false]
10
+ **pulp_labels** | **Hash<String, String>** | | [optional]
11
+ **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | [optional]
12
+ **repository** | **String** | The latest RepositoryVersion for this Repository will be served. | [optional]
13
+ **repository_version** | **String** | RepositoryVersion to be served | [optional]
14
+
15
+ ## Code Sample
16
+
17
+ ```ruby
18
+ require 'PulpcoreClient'
19
+
20
+ instance = PulpcoreClient::PatchedOpenPGPDistribution.new(base_path: null,
21
+ content_guard: null,
22
+ hidden: null,
23
+ pulp_labels: null,
24
+ name: null,
25
+ repository: null,
26
+ repository_version: null)
27
+ ```
28
+
29
+
@@ -0,0 +1,25 @@
1
+ # PulpcoreClient::PatchedOpenPGPKeyring
2
+
3
+ ## Properties
4
+
5
+ Name | Type | Description | Notes
6
+ ------------ | ------------- | ------------- | -------------
7
+ **pulp_labels** | **Hash<String, String>** | | [optional]
8
+ **name** | **String** | A unique name for this repository. | [optional]
9
+ **description** | **String** | An optional description. | [optional]
10
+ **retain_repo_versions** | **Integer** | Retain X versions of the repository. Default is null which retains all versions. | [optional]
11
+ **remote** | **String** | An optional remote to use by default when syncing. | [optional]
12
+
13
+ ## Code Sample
14
+
15
+ ```ruby
16
+ require 'PulpcoreClient'
17
+
18
+ instance = PulpcoreClient::PatchedOpenPGPKeyring.new(pulp_labels: null,
19
+ name: null,
20
+ description: null,
21
+ retain_repo_versions: null,
22
+ remote: null)
23
+ ```
24
+
25
+
@@ -47,8 +47,8 @@ opts = {
47
47
  pulp_href__in: ['pulp_href__in_example'], # Array<String> | Multiple values may be separated by commas.
48
48
  pulp_id__in: ['pulp_id__in_example'], # Array<String> | Multiple values may be separated by commas.
49
49
  pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
50
- pulp_type: 'pulp_type_example', # String | Pulp type * `file.file` - file.file
51
- pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas. * `file.file` - file.file
50
+ pulp_type: 'pulp_type_example', # String | Pulp type * `core.openpgp` - core.openpgp * `file.file` - file.file
51
+ pulp_type__in: ['pulp_type__in_example'], # Array<String> | Multiple values may be separated by commas. * `core.openpgp` - core.openpgp * `file.file` - file.file
52
52
  q: 'q_example', # String | Filter results by using NOT, AND and OR operations on other filters
53
53
  remote: 'remote_example', # String | Foreign Key referenced by HREF
54
54
  retain_repo_versions: 56, # Integer | Filter results where retain_repo_versions matches value
@@ -95,8 +95,8 @@ Name | Type | Description | Notes
95
95
  **pulp_href__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
96
96
  **pulp_id__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. | [optional]
97
97
  **pulp_label_select** | **String**| Filter labels by search string | [optional]
98
- **pulp_type** | **String**| Pulp type * &#x60;file.file&#x60; - file.file | [optional]
99
- **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. * &#x60;file.file&#x60; - file.file | [optional]
98
+ **pulp_type** | **String**| Pulp type * &#x60;core.openpgp&#x60; - core.openpgp * &#x60;file.file&#x60; - file.file | [optional]
99
+ **pulp_type__in** | [**Array&lt;String&gt;**](String.md)| Multiple values may be separated by commas. * &#x60;core.openpgp&#x60; - core.openpgp * &#x60;file.file&#x60; - file.file | [optional]
100
100
  **q** | **String**| Filter results by using NOT, AND and OR operations on other filters | [optional]
101
101
  **remote** | [**String**](.md)| Foreign Key referenced by HREF | [optional]
102
102
  **retain_repo_versions** | **Integer**| Filter results where retain_repo_versions matches value | [optional]