pulpcore_client 3.84.0 → 3.85.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (104) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -4
  3. data/docs/ArtifactDistributionResponse.md +14 -14
  4. data/docs/FilesystemExportResponse.md +1 -1
  5. data/docs/GenericRemoteResponse.md +1 -1
  6. data/docs/GroupRoleResponse.md +1 -1
  7. data/docs/MultipleArtifactContentResponse.md +2 -0
  8. data/docs/NestedOpenPGPPublicSubkeyResponse.md +1 -1
  9. data/docs/NestedOpenPGPUserAttributeResponse.md +1 -1
  10. data/docs/NestedOpenPGPUserIDResponse.md +1 -1
  11. data/docs/OpenPGPPublicKeyResponse.md +5 -3
  12. data/docs/OpenPGPPublicSubkeyResponse.md +3 -1
  13. data/docs/OpenPGPSignatureResponse.md +2 -0
  14. data/docs/OpenPGPUserAttributeResponse.md +3 -1
  15. data/docs/OpenPGPUserIDResponse.md +3 -1
  16. data/docs/PaginatedVulnerabilityReportResponseList.md +24 -0
  17. data/docs/PulpExportResponse.md +1 -1
  18. data/docs/Purge.md +1 -1
  19. data/docs/RBACContentGuardResponse.md +2 -2
  20. data/docs/RepositoryVersionResponse.md +3 -1
  21. data/docs/TaskGroupResponse.md +2 -2
  22. data/docs/TaskResponse.md +4 -4
  23. data/docs/UploadDetailResponse.md +1 -1
  24. data/docs/UpstreamPulpResponse.md +1 -1
  25. data/docs/UserResponse.md +2 -2
  26. data/docs/UserRoleResponse.md +1 -1
  27. data/docs/VulnReportApi.md +241 -0
  28. data/docs/VulnerabilityReportResponse.md +30 -0
  29. data/lib/pulpcore_client/api/vuln_report_api.rb +230 -0
  30. data/lib/pulpcore_client/models/artifact_distribution_response.rb +70 -70
  31. data/lib/pulpcore_client/models/generic_remote_response.rb +0 -15
  32. data/lib/pulpcore_client/models/multiple_artifact_content_response.rb +10 -1
  33. data/lib/pulpcore_client/models/nested_open_pgp_signature.rb +0 -9
  34. data/lib/pulpcore_client/models/nested_open_pgp_signature_response.rb +0 -15
  35. data/lib/pulpcore_client/models/open_pgp_keyring.rb +0 -15
  36. data/lib/pulpcore_client/models/open_pgp_keyring_response.rb +0 -15
  37. data/lib/pulpcore_client/models/open_pgp_public_key_response.rb +10 -1
  38. data/lib/pulpcore_client/models/open_pgp_public_subkey_response.rb +10 -1
  39. data/lib/pulpcore_client/models/open_pgp_signature_response.rb +10 -16
  40. data/lib/pulpcore_client/models/open_pgp_user_attribute_response.rb +10 -1
  41. data/lib/pulpcore_client/models/open_pgp_user_id_response.rb +10 -1
  42. data/lib/pulpcore_client/models/orphans_cleanup.rb +0 -24
  43. data/lib/pulpcore_client/models/paginated_access_policy_response_list.rb +0 -2
  44. data/lib/pulpcore_client/models/paginated_artifact_distribution_response_list.rb +0 -2
  45. data/lib/pulpcore_client/models/paginated_artifact_response_list.rb +0 -2
  46. data/lib/pulpcore_client/models/paginated_composite_content_guard_response_list.rb +0 -2
  47. data/lib/pulpcore_client/models/paginated_content_guard_response_list.rb +0 -2
  48. data/lib/pulpcore_client/models/paginated_content_redirect_content_guard_response_list.rb +0 -2
  49. data/lib/pulpcore_client/models/paginated_distribution_response_list.rb +0 -2
  50. data/lib/pulpcore_client/models/paginated_domain_response_list.rb +0 -2
  51. data/lib/pulpcore_client/models/paginated_filesystem_export_response_list.rb +0 -2
  52. data/lib/pulpcore_client/models/paginated_filesystem_exporter_response_list.rb +0 -2
  53. data/lib/pulpcore_client/models/paginated_generic_remote_response_list.rb +0 -2
  54. data/lib/pulpcore_client/models/paginated_group_response_list.rb +0 -2
  55. data/lib/pulpcore_client/models/paginated_group_role_response_list.rb +0 -2
  56. data/lib/pulpcore_client/models/paginated_group_user_response_list.rb +0 -2
  57. data/lib/pulpcore_client/models/paginated_header_content_guard_response_list.rb +0 -2
  58. data/lib/pulpcore_client/models/paginated_import_response_list.rb +0 -2
  59. data/lib/pulpcore_client/models/paginated_multiple_artifact_content_response_list.rb +0 -2
  60. data/lib/pulpcore_client/models/paginated_open_pgp_distribution_response_list.rb +0 -2
  61. data/lib/pulpcore_client/models/paginated_open_pgp_keyring_response_list.rb +0 -2
  62. data/lib/pulpcore_client/models/paginated_open_pgp_public_key_response_list.rb +0 -2
  63. data/lib/pulpcore_client/models/paginated_open_pgp_public_subkey_response_list.rb +0 -2
  64. data/lib/pulpcore_client/models/paginated_open_pgp_signature_response_list.rb +0 -2
  65. data/lib/pulpcore_client/models/paginated_open_pgp_user_attribute_response_list.rb +0 -2
  66. data/lib/pulpcore_client/models/paginated_open_pgp_user_id_response_list.rb +0 -2
  67. data/lib/pulpcore_client/models/paginated_publication_response_list.rb +0 -2
  68. data/lib/pulpcore_client/models/paginated_pulp_export_response_list.rb +0 -2
  69. data/lib/pulpcore_client/models/paginated_pulp_exporter_response_list.rb +0 -2
  70. data/lib/pulpcore_client/models/paginated_pulp_importer_response_list.rb +0 -2
  71. data/lib/pulpcore_client/models/paginated_rbac_content_guard_response_list.rb +0 -2
  72. data/lib/pulpcore_client/models/paginated_repository_response_list.rb +0 -2
  73. data/lib/pulpcore_client/models/paginated_repository_version_response_list.rb +0 -2
  74. data/lib/pulpcore_client/models/paginated_role_response_list.rb +0 -2
  75. data/lib/pulpcore_client/models/paginated_signing_service_response_list.rb +0 -2
  76. data/lib/pulpcore_client/models/paginated_task_group_response_list.rb +0 -2
  77. data/lib/pulpcore_client/models/paginated_task_response_list.rb +0 -2
  78. data/lib/pulpcore_client/models/paginated_task_schedule_response_list.rb +0 -2
  79. data/lib/pulpcore_client/models/paginated_upload_response_list.rb +0 -2
  80. data/lib/pulpcore_client/models/paginated_upstream_pulp_response_list.rb +0 -2
  81. data/lib/pulpcore_client/models/paginated_user_response_list.rb +0 -2
  82. data/lib/pulpcore_client/models/paginated_user_role_response_list.rb +0 -2
  83. data/lib/pulpcore_client/models/paginated_vulnerability_report_response_list.rb +257 -0
  84. data/lib/pulpcore_client/models/paginated_worker_response_list.rb +0 -2
  85. data/lib/pulpcore_client/models/patched_open_pgp_keyring.rb +0 -15
  86. data/lib/pulpcore_client/models/purge.rb +2 -0
  87. data/lib/pulpcore_client/models/repository_response.rb +0 -15
  88. data/lib/pulpcore_client/models/repository_version_response.rb +13 -4
  89. data/lib/pulpcore_client/models/storage_response.rb +0 -45
  90. data/lib/pulpcore_client/models/vulnerability_report_response.rb +277 -0
  91. data/lib/pulpcore_client/version.rb +1 -1
  92. data/lib/pulpcore_client.rb +3 -0
  93. data/spec/api/vuln_report_api_spec.rb +79 -0
  94. data/spec/models/artifact_distribution_response_spec.rb +10 -10
  95. data/spec/models/multiple_artifact_content_response_spec.rb +6 -0
  96. data/spec/models/open_pgp_public_key_response_spec.rb +6 -0
  97. data/spec/models/open_pgp_public_subkey_response_spec.rb +6 -0
  98. data/spec/models/open_pgp_signature_response_spec.rb +6 -0
  99. data/spec/models/open_pgp_user_attribute_response_spec.rb +6 -0
  100. data/spec/models/open_pgp_user_id_response_spec.rb +6 -0
  101. data/spec/models/paginated_vulnerability_report_response_list_spec.rb +54 -0
  102. data/spec/models/repository_version_response_spec.rb +6 -0
  103. data/spec/models/vulnerability_report_response_spec.rb +72 -0
  104. metadata +199 -187
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fce7be6325fb19c1eef1c09e5eb62a85104b8555b32597908b6ed218757ab2da
4
- data.tar.gz: 2aed50000ad9482a9646e6e0615de4fe7760d894dc23cb59bd624eff8ca8c00f
3
+ metadata.gz: 8ce8442e4cd80c7f00f5cb3b8a4ac13ce6ae6870ae735387905b6307fc2c296a
4
+ data.tar.gz: e2afeecd18e5d4cd8ac2682c9d9ef28453b5eae3d432c4f1713c439399d53cb9
5
5
  SHA512:
6
- metadata.gz: 9020a789e951b193a095d2d3471edd793e8ab84ced459c084164b2a4fa1d42753aece899a533e67af36f528fceb6b0b347bda612006c1aff257272cc52dca336
7
- data.tar.gz: be09203e079726f34b1fbf3d0cfea780b3cf679429baa001f353b1fc4957a82043ed6baada28a84d7cd48a1100fe1d7e37e181a8b2abffa19a5e1f9250ef722b
6
+ metadata.gz: 7c5480fff6941cb1a775503dbb8052cc094bff53994d6cb52873dd24068950ea45a771e4365001fc0048b45b0a4aa12cc01cc85bf6cb02fdcf697b47e7603f58
7
+ data.tar.gz: 07266c1a683858725e975e44184e137fca0e37d6c7181f8e97c4fa9a3251ce45394463a0b5e838ba433e4b7981e6adc6726192d0da8e1014e477415d287c7d5a
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.84.0
10
+ - Package version: 3.85.1
11
11
  - Generator version: 7.10.0
12
12
  - Build package: org.openapitools.codegen.languages.RubyClientCodegen
13
13
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -25,16 +25,16 @@ gem build pulpcore_client.gemspec
25
25
  Then either install the gem locally:
26
26
 
27
27
  ```shell
28
- gem install ./pulpcore_client-3.84.0.gem
28
+ gem install ./pulpcore_client-3.85.1.gem
29
29
  ```
30
30
 
31
- (for development, run `gem install --dev ./pulpcore_client-3.84.0.gem` to install the development dependencies)
31
+ (for development, run `gem install --dev ./pulpcore_client-3.85.1.gem` to install the development dependencies)
32
32
 
33
33
  or publish the gem to a gem hosting service, e.g. [RubyGems](https://rubygems.org/).
34
34
 
35
35
  Finally add this to the Gemfile:
36
36
 
37
- gem 'pulpcore_client', '~> 3.84.0'
37
+ gem 'pulpcore_client', '~> 3.85.1'
38
38
 
39
39
  ### Install from Git
40
40
 
@@ -331,6 +331,9 @@ Class | Method | HTTP request | Description
331
331
  *PulpcoreClient::UsersRolesApi* | [**delete**](docs/UsersRolesApi.md#delete) | **DELETE** {auth_users_user_role_href} | Delete an user role
332
332
  *PulpcoreClient::UsersRolesApi* | [**list**](docs/UsersRolesApi.md#list) | **GET** {auth_user_href}roles/ | List user roles
333
333
  *PulpcoreClient::UsersRolesApi* | [**read**](docs/UsersRolesApi.md#read) | **GET** {auth_users_user_role_href} | Inspect an user role
334
+ *PulpcoreClient::VulnReportApi* | [**delete**](docs/VulnReportApi.md#delete) | **DELETE** {vulnerability_report_href} | Delete a vulnerability report
335
+ *PulpcoreClient::VulnReportApi* | [**list**](docs/VulnReportApi.md#list) | **GET** /pulp/api/v3/vuln_report/ | List vulnerability reports
336
+ *PulpcoreClient::VulnReportApi* | [**read**](docs/VulnReportApi.md#read) | **GET** {vulnerability_report_href} | Inspect a vulnerability report
334
337
  *PulpcoreClient::WorkersApi* | [**list**](docs/WorkersApi.md#list) | **GET** /pulp/api/v3/workers/ | List workers
335
338
  *PulpcoreClient::WorkersApi* | [**read**](docs/WorkersApi.md#read) | **GET** {worker_href} | Inspect a worker
336
339
 
@@ -440,6 +443,7 @@ Class | Method | HTTP request | Description
440
443
  - [PulpcoreClient::PaginatedUpstreamPulpResponseList](docs/PaginatedUpstreamPulpResponseList.md)
441
444
  - [PulpcoreClient::PaginatedUserResponseList](docs/PaginatedUserResponseList.md)
442
445
  - [PulpcoreClient::PaginatedUserRoleResponseList](docs/PaginatedUserRoleResponseList.md)
446
+ - [PulpcoreClient::PaginatedVulnerabilityReportResponseList](docs/PaginatedVulnerabilityReportResponseList.md)
443
447
  - [PulpcoreClient::PaginatedWorkerResponseList](docs/PaginatedWorkerResponseList.md)
444
448
  - [PulpcoreClient::PatchedAccessPolicy](docs/PatchedAccessPolicy.md)
445
449
  - [PulpcoreClient::PatchedCompositeContentGuard](docs/PatchedCompositeContentGuard.md)
@@ -508,6 +512,7 @@ Class | Method | HTTP request | Description
508
512
  - [PulpcoreClient::UserRole](docs/UserRole.md)
509
513
  - [PulpcoreClient::UserRoleResponse](docs/UserRoleResponse.md)
510
514
  - [PulpcoreClient::VersionResponse](docs/VersionResponse.md)
515
+ - [PulpcoreClient::VulnerabilityReportResponse](docs/VulnerabilityReportResponse.md)
511
516
  - [PulpcoreClient::WorkerResponse](docs/WorkerResponse.md)
512
517
 
513
518
 
@@ -4,17 +4,17 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **pulp_href** | **String** | | [optional][readonly] |
8
- | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
9
- | **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] |
10
- | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
11
7
  | **pulp_labels** | **Hash<String, String>** | | [optional] |
8
+ | **pulp_href** | **String** | | [optional][readonly] |
12
9
  | **content_guard** | **String** | An optional content-guard. | [optional] |
13
- | **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
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
10
  | **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\") | |
16
- | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
11
+ | **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] |
17
12
  | **hidden** | **Boolean** | Whether this distribution should be shown in the content app. | [optional][default to false] |
13
+ | **name** | **String** | A unique name. Ex, `rawhide` and `stable`. | |
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
+ | **prn** | **String** | The Pulp Resource Name (PRN). | [optional][readonly] |
16
+ | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
17
+ | **base_url** | **String** | The URL for accessing the publication as defined by this distribution. | [optional][readonly] |
18
18
 
19
19
  ## Example
20
20
 
@@ -22,17 +22,17 @@
22
22
  require 'pulpcore_client'
23
23
 
24
24
  instance = PulpcoreClient::ArtifactDistributionResponse.new(
25
- pulp_href: null,
26
- name: null,
27
- pulp_last_updated: null,
28
- pulp_created: null,
29
25
  pulp_labels: null,
26
+ pulp_href: null,
30
27
  content_guard: null,
31
- base_url: null,
32
- no_content_change_since: null,
33
28
  base_path: null,
29
+ pulp_last_updated: null,
30
+ hidden: null,
31
+ name: null,
32
+ no_content_change_since: null,
34
33
  prn: null,
35
- hidden: null
34
+ pulp_created: null,
35
+ base_url: null
36
36
  )
37
37
  ```
38
38
 
@@ -9,7 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
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
11
  | **task** | **String** | A URI of the task that ran the Export. | [optional] |
12
- | **exported_resources** | **Array<String>** | Resources that were exported. | [optional][readonly] |
12
+ | **exported_resources** | **Array<String>** | Resources that were exported. | [optional] |
13
13
  | **params** | **Object** | Any additional parameters that were used to create the export. | [optional][readonly] |
14
14
 
15
15
  ## Example
@@ -24,7 +24,7 @@
24
24
  | **sock_read_timeout** | **Float** | aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used. | [optional] |
25
25
  | **headers** | **Array<Object>** | Headers for aiohttp.Clientsession | [optional] |
26
26
  | **rate_limit** | **Integer** | Limits requests per second for each concurrent downloader | [optional] |
27
- | **hidden_fields** | [**Array<GenericRemoteResponseHiddenFieldsInner>**](GenericRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
27
+ | **hidden_fields** | [**Array<GenericRemoteResponseHiddenFieldsInner>**](GenericRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
28
28
 
29
29
  ## Example
30
30
 
@@ -12,7 +12,7 @@
12
12
  | **content_object** | **String** | pulp_href of the object for which role permissions should be asserted. If set to 'null', permissions will act on the model-level. | [optional] |
13
13
  | **content_object_prn** | **String** | prn of the object for which role permissions should be asserted. If set to 'null', permissions will act on either domain or model-level. | [optional] |
14
14
  | **description** | **String** | | [optional][readonly] |
15
- | **permissions** | **Array<String>** | | [optional][readonly] |
15
+ | **permissions** | **Array<String>** | | [optional] |
16
16
  | **domain** | **String** | Domain this role should be applied on, mutually exclusive with content_object. | [optional] |
17
17
 
18
18
  ## Example
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
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
11
  | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **artifacts** | **Object** | A dict mapping relative paths inside the Content to the correspondingArtifact URLs. E.g.: {'relative/path': '/artifacts/1/' | |
13
14
 
14
15
  ## Example
@@ -22,6 +23,7 @@ instance = PulpcoreClient::MultipleArtifactContentResponse.new(
22
23
  pulp_created: null,
23
24
  pulp_last_updated: null,
24
25
  pulp_labels: null,
26
+ vuln_report: null,
25
27
  artifacts: null
26
28
  )
27
29
  ```
@@ -6,7 +6,7 @@
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **fingerprint** | **String** | | |
8
8
  | **created** | **Time** | | |
9
- | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional][readonly] |
9
+ | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional] |
10
10
 
11
11
  ## Example
12
12
 
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **sha256** | **String** | | |
8
- | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional][readonly] |
8
+ | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -5,7 +5,7 @@
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
7
  | **user_id** | **String** | | |
8
- | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional][readonly] |
8
+ | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional] |
9
9
 
10
10
  ## Example
11
11
 
@@ -9,11 +9,12 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
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
11
  | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **fingerprint** | **String** | | [optional][readonly] |
13
14
  | **created** | **Time** | | [optional][readonly] |
14
- | **user_ids** | [**Array<NestedOpenPGPUserIDResponse>**](NestedOpenPGPUserIDResponse.md) | | [optional][readonly] |
15
- | **user_attributes** | [**Array<NestedOpenPGPUserAttributeResponse>**](NestedOpenPGPUserAttributeResponse.md) | | [optional][readonly] |
16
- | **public_subkeys** | [**Array<NestedOpenPGPPublicSubkeyResponse>**](NestedOpenPGPPublicSubkeyResponse.md) | | [optional][readonly] |
15
+ | **user_ids** | [**Array<NestedOpenPGPUserIDResponse>**](NestedOpenPGPUserIDResponse.md) | | [optional] |
16
+ | **user_attributes** | [**Array<NestedOpenPGPUserAttributeResponse>**](NestedOpenPGPUserAttributeResponse.md) | | [optional] |
17
+ | **public_subkeys** | [**Array<NestedOpenPGPPublicSubkeyResponse>**](NestedOpenPGPPublicSubkeyResponse.md) | | [optional] |
17
18
 
18
19
  ## Example
19
20
 
@@ -26,6 +27,7 @@ instance = PulpcoreClient::OpenPGPPublicKeyResponse.new(
26
27
  pulp_created: null,
27
28
  pulp_last_updated: null,
28
29
  pulp_labels: null,
30
+ vuln_report: null,
29
31
  fingerprint: null,
30
32
  created: null,
31
33
  user_ids: null,
@@ -9,9 +9,10 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
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
11
  | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **fingerprint** | **String** | | |
13
14
  | **created** | **Time** | | |
14
- | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional][readonly] |
15
+ | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional] |
15
16
  | **public_key** | **String** | | [optional][readonly] |
16
17
 
17
18
  ## Example
@@ -25,6 +26,7 @@ instance = PulpcoreClient::OpenPGPPublicSubkeyResponse.new(
25
26
  pulp_created: null,
26
27
  pulp_last_updated: null,
27
28
  pulp_labels: null,
29
+ vuln_report: null,
28
30
  fingerprint: null,
29
31
  created: null,
30
32
  signatures: null,
@@ -9,6 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
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
11
  | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **issuer** | **String** | | [optional] |
13
14
  | **created** | **Time** | | |
14
15
  | **expiration_time** | **String** | | [optional] |
@@ -29,6 +30,7 @@ instance = PulpcoreClient::OpenPGPSignatureResponse.new(
29
30
  pulp_created: null,
30
31
  pulp_last_updated: null,
31
32
  pulp_labels: null,
33
+ vuln_report: null,
32
34
  issuer: null,
33
35
  created: null,
34
36
  expiration_time: null,
@@ -9,8 +9,9 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
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
11
  | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **sha256** | **String** | | |
13
- | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional][readonly] |
14
+ | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional] |
14
15
  | **public_key** | **String** | | [optional][readonly] |
15
16
 
16
17
  ## Example
@@ -24,6 +25,7 @@ instance = PulpcoreClient::OpenPGPUserAttributeResponse.new(
24
25
  pulp_created: null,
25
26
  pulp_last_updated: null,
26
27
  pulp_labels: null,
28
+ vuln_report: null,
27
29
  sha256: null,
28
30
  signatures: null,
29
31
  public_key: null
@@ -9,8 +9,9 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
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
11
  | **pulp_labels** | **Hash<String, String>** | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. | [optional] |
12
+ | **vuln_report** | **String** | | [optional][readonly] |
12
13
  | **user_id** | **String** | | |
13
- | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional][readonly] |
14
+ | **signatures** | [**Array<NestedOpenPGPSignatureResponse>**](NestedOpenPGPSignatureResponse.md) | | [optional] |
14
15
  | **public_key** | **String** | | [optional][readonly] |
15
16
 
16
17
  ## Example
@@ -24,6 +25,7 @@ instance = PulpcoreClient::OpenPGPUserIDResponse.new(
24
25
  pulp_created: null,
25
26
  pulp_last_updated: null,
26
27
  pulp_labels: null,
28
+ vuln_report: null,
27
29
  user_id: null,
28
30
  signatures: null,
29
31
  public_key: null
@@ -0,0 +1,24 @@
1
+ # PulpcoreClient::PaginatedVulnerabilityReportResponseList
2
+
3
+ ## Properties
4
+
5
+ | Name | Type | Description | Notes |
6
+ | ---- | ---- | ----------- | ----- |
7
+ | **count** | **Integer** | | |
8
+ | **_next** | **String** | | [optional] |
9
+ | **previous** | **String** | | [optional] |
10
+ | **results** | [**Array<VulnerabilityReportResponse>**](VulnerabilityReportResponse.md) | | |
11
+
12
+ ## Example
13
+
14
+ ```ruby
15
+ require 'pulpcore_client'
16
+
17
+ instance = PulpcoreClient::PaginatedVulnerabilityReportResponseList.new(
18
+ count: 123,
19
+ _next: http://api.example.org/accounts/?offset=400&limit=100,
20
+ previous: http://api.example.org/accounts/?offset=200&limit=100,
21
+ results: null
22
+ )
23
+ ```
24
+
@@ -9,7 +9,7 @@
9
9
  | **pulp_created** | **Time** | Timestamp of creation. | [optional][readonly] |
10
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
11
  | **task** | **String** | A URI of the task that ran the Export. | [optional] |
12
- | **exported_resources** | **Array<String>** | Resources that were exported. | [optional][readonly] |
12
+ | **exported_resources** | **Array<String>** | Resources that were exported. | [optional] |
13
13
  | **params** | **Object** | Any additional parameters that were used to create the export. | [optional][readonly] |
14
14
  | **output_file_info** | **Object** | Dictionary of filename: sha256hash entries for export-output-file(s) | [optional][readonly] |
15
15
  | **toc_info** | **Object** | Filename and sha256-checksum of table-of-contents for this export | [optional][readonly] |
data/docs/Purge.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  | Name | Type | Description | Notes |
6
6
  | ---- | ---- | ----------- | ----- |
7
- | **finished_before** | **Time** | Purge tasks completed earlier than this timestamp. Format '%Y-%m-%d[T%H:%M:%S]' | [optional] |
7
+ | **finished_before** | **Time** | Purge tasks completed earlier than this timestamp. Format '%Y-%m-%d[T%H:%M:%S]' | [optional][default to '2025-07-13'] |
8
8
  | **states** | [**Array<StatesEnum>**](StatesEnum.md) | List of task-states to be purged. Only 'final' states are allowed. | [optional] |
9
9
 
10
10
  ## Example
@@ -10,8 +10,8 @@
10
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
11
  | **name** | **String** | The unique name. | |
12
12
  | **description** | **String** | An optional description. | [optional] |
13
- | **users** | [**Array<GroupUserResponse>**](GroupUserResponse.md) | | [optional][readonly] |
14
- | **groups** | [**Array<GroupResponse>**](GroupResponse.md) | | [optional][readonly] |
13
+ | **users** | [**Array<GroupUserResponse>**](GroupUserResponse.md) | | [optional] |
14
+ | **groups** | [**Array<GroupResponse>**](GroupResponse.md) | | [optional] |
15
15
 
16
16
  ## Example
17
17
 
@@ -12,6 +12,7 @@
12
12
  | **repository** | **String** | | [optional][readonly] |
13
13
  | **base_version** | **String** | A repository version whose content was used as the initial set of content for this repository version | [optional] |
14
14
  | **content_summary** | [**ContentSummaryResponse**](ContentSummaryResponse.md) | Various count summaries of the content in the version and the HREF to view them. | [optional][readonly] |
15
+ | **vuln_report** | **String** | | [optional][readonly] |
15
16
 
16
17
  ## Example
17
18
 
@@ -26,7 +27,8 @@ instance = PulpcoreClient::RepositoryVersionResponse.new(
26
27
  number: null,
27
28
  repository: null,
28
29
  base_version: null,
29
- content_summary: null
30
+ content_summary: null,
31
+ vuln_report: null
30
32
  )
31
33
  ```
32
34
 
@@ -15,8 +15,8 @@
15
15
  | **canceled** | **Integer** | Number of tasks in the 'canceled' state | [optional][readonly] |
16
16
  | **failed** | **Integer** | Number of tasks in the 'failed' state | [optional][readonly] |
17
17
  | **canceling** | **Integer** | Number of tasks in the 'canceling' state | [optional][readonly] |
18
- | **group_progress_reports** | [**Array<GroupProgressReportResponse>**](GroupProgressReportResponse.md) | | [optional][readonly] |
19
- | **tasks** | [**Array<MinimalTaskResponse>**](MinimalTaskResponse.md) | | [optional][readonly] |
18
+ | **group_progress_reports** | [**Array<GroupProgressReportResponse>**](GroupProgressReportResponse.md) | | [optional] |
19
+ | **tasks** | [**Array<MinimalTaskResponse>**](MinimalTaskResponse.md) | | [optional] |
20
20
 
21
21
  ## Example
22
22
 
data/docs/TaskResponse.md CHANGED
@@ -18,11 +18,11 @@
18
18
  | **error** | **Object** | A JSON Object of a fatal error encountered during the execution of this task. | [optional][readonly] |
19
19
  | **worker** | **String** | The worker associated with this task. This field is empty if a worker is not yet assigned. | [optional][readonly] |
20
20
  | **parent_task** | **String** | The parent task that spawned this task. | [optional][readonly] |
21
- | **child_tasks** | **Array<String>** | Any tasks spawned by this task. | [optional][readonly] |
21
+ | **child_tasks** | **Array<String>** | Any tasks spawned by this task. | [optional] |
22
22
  | **task_group** | **String** | The task group that this task is a member of. | [optional][readonly] |
23
- | **progress_reports** | [**Array<ProgressReportResponse>**](ProgressReportResponse.md) | | [optional][readonly] |
24
- | **created_resources** | **Array<String>** | Resources created by this task. | [optional][readonly] |
25
- | **reserved_resources_record** | **Array<String>** | A list of resources required by that task. | [optional][readonly] |
23
+ | **progress_reports** | [**Array<ProgressReportResponse>**](ProgressReportResponse.md) | | [optional] |
24
+ | **created_resources** | **Array<String>** | Resources created by this task. | [optional] |
25
+ | **reserved_resources_record** | **Array<String>** | A list of resources required by that task. | [optional] |
26
26
 
27
27
  ## Example
28
28
 
@@ -10,7 +10,7 @@
10
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
11
  | **size** | **Integer** | The size of the upload in bytes. | |
12
12
  | **completed** | **Time** | Timestamp when upload is committed. | [optional][readonly] |
13
- | **chunks** | [**Array<UploadChunkResponse>**](UploadChunkResponse.md) | | [optional][readonly] |
13
+ | **chunks** | [**Array<UploadChunkResponse>**](UploadChunkResponse.md) | | [optional] |
14
14
 
15
15
  ## Example
16
16
 
@@ -15,7 +15,7 @@
15
15
  | **ca_cert** | **String** | A PEM encoded CA certificate used to validate the server certificate presented by the remote server. | [optional] |
16
16
  | **client_cert** | **String** | A PEM encoded client certificate used for authentication. | [optional] |
17
17
  | **tls_validation** | **Boolean** | If True, TLS peer validation must be performed. | [optional] |
18
- | **hidden_fields** | [**Array<GenericRemoteResponseHiddenFieldsInner>**](GenericRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
18
+ | **hidden_fields** | [**Array<GenericRemoteResponseHiddenFieldsInner>**](GenericRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
19
19
  | **q_select** | **String** | Filter distributions on the upstream Pulp using complex filtering. E.g. pulp_label_select=\"foo\" OR pulp_label_select=\"key=val\" | [optional] |
20
20
  | **last_replication** | **Time** | Timestamp of the last replication that occurred. Equals to 'null' if no replication task has been executed. | [optional][readonly] |
21
21
  | **policy** | [**Policy357Enum**](Policy357Enum.md) | Policy for how replicate will manage the local objects within the domain. * `all` - Replicate manages ALL local objects within the domain. * `labeled` - Replicate will only manage the objects created from a previous replication, unlabled local objects will be untouched. * `nodelete` - Replicate will not delete any local object whether they were created by replication or not. | [optional] |
data/docs/UserResponse.md CHANGED
@@ -14,8 +14,8 @@
14
14
  | **is_staff** | **Boolean** | Designates whether the user can log into this admin site. | [optional][default to false] |
15
15
  | **is_active** | **Boolean** | Designates whether this user should be treated as active. | [optional][default to true] |
16
16
  | **date_joined** | **Time** | Date joined | [optional][readonly] |
17
- | **groups** | [**Array<UserGroupResponse>**](UserGroupResponse.md) | | [optional][readonly] |
18
- | **hidden_fields** | [**Array<GenericRemoteResponseHiddenFieldsInner>**](GenericRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional][readonly] |
17
+ | **groups** | [**Array<UserGroupResponse>**](UserGroupResponse.md) | | [optional] |
18
+ | **hidden_fields** | [**Array<GenericRemoteResponseHiddenFieldsInner>**](GenericRemoteResponseHiddenFieldsInner.md) | List of hidden (write only) fields | [optional] |
19
19
 
20
20
  ## Example
21
21
 
@@ -12,7 +12,7 @@
12
12
  | **content_object** | **String** | pulp_href of the object for which role permissions should be asserted. If set to 'null', permissions will act on either domain or model-level. | [optional] |
13
13
  | **content_object_prn** | **String** | prn of the object for which role permissions should be asserted. If set to 'null', permissions will act on either domain or model-level. | [optional] |
14
14
  | **description** | **String** | | [optional][readonly] |
15
- | **permissions** | **Array<String>** | | [optional][readonly] |
15
+ | **permissions** | **Array<String>** | | [optional] |
16
16
  | **domain** | **String** | Domain this role should be applied on, mutually exclusive with content_object. | [optional] |
17
17
 
18
18
  ## Example