akeyless 3.0.0 → 3.1.0
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.
- checksums.yaml +4 -4
- data/README.md +24 -3
- data/docs/AttributeTypeAndValue.md +20 -0
- data/docs/CertificateChainInfo.md +22 -0
- data/docs/CertificateExpirationEvent.md +18 -0
- data/docs/CertificateInfo.md +62 -0
- data/docs/Connect.md +2 -0
- data/docs/CreateEventForwarder.md +48 -0
- data/docs/CreateEventForwarderOutput.md +18 -0
- data/docs/CreateRotatedSecret.md +2 -0
- data/docs/DeleteEventForwarder.md +24 -0
- data/docs/EmailEntry.md +20 -0
- data/docs/Extension.md +22 -0
- data/docs/GatewayUpdateItem.md +2 -0
- data/docs/GetEventForwarder.md +24 -0
- data/docs/GetEventForwarderOutput.md +18 -0
- data/docs/Item.md +4 -0
- data/docs/ItemGeneralInfo.md +2 -0
- data/docs/ListSharedItems.md +24 -0
- data/docs/Name.md +28 -0
- data/docs/NotiForwarder.md +56 -0
- data/docs/RequestAccess.md +28 -0
- data/docs/RequestAccessOutput.md +18 -0
- data/docs/Target.md +4 -0
- data/docs/UpdateEventForwarder.md +40 -0
- data/docs/UpdateRotatedSecret.md +2 -0
- data/docs/V2Api.md +377 -63
- data/lib/akeyless/api/v2_api.rb +384 -64
- data/lib/akeyless/api_error.rb +1 -0
- data/lib/akeyless/configuration.rb +11 -0
- data/lib/akeyless/models/attribute_type_and_value.rb +231 -0
- data/lib/akeyless/models/certificate_chain_info.rb +241 -0
- data/lib/akeyless/models/certificate_expiration_event.rb +219 -0
- data/lib/akeyless/models/certificate_info.rb +434 -0
- data/lib/akeyless/models/connect.rb +11 -1
- data/lib/akeyless/models/create_event_forwarder.rb +394 -0
- data/lib/akeyless/models/create_event_forwarder_output.rb +219 -0
- data/lib/akeyless/models/create_rotated_secret.rb +11 -1
- data/lib/akeyless/models/delete_event_forwarder.rb +255 -0
- data/lib/akeyless/models/email_entry.rb +228 -0
- data/lib/akeyless/models/extension.rb +237 -0
- data/lib/akeyless/models/gateway_update_item.rb +11 -1
- data/lib/akeyless/models/get_event_forwarder.rb +255 -0
- data/lib/akeyless/models/get_event_forwarder_output.rb +219 -0
- data/lib/akeyless/models/item.rb +19 -1
- data/lib/akeyless/models/item_general_info.rb +10 -1
- data/lib/akeyless/models/list_shared_items.rb +253 -0
- data/lib/akeyless/models/name.rb +277 -0
- data/lib/akeyless/models/noti_forwarder.rb +400 -0
- data/lib/akeyless/models/request_access.rb +282 -0
- data/lib/akeyless/models/request_access_output.rb +219 -0
- data/lib/akeyless/models/target.rb +19 -1
- data/lib/akeyless/models/update_event_forwarder.rb +341 -0
- data/lib/akeyless/models/update_rotated_secret.rb +11 -1
- data/lib/akeyless/version.rb +1 -1
- data/lib/akeyless.rb +17 -1
- data/spec/models/attribute_type_and_value_spec.rb +40 -0
- data/spec/models/certificate_chain_info_spec.rb +46 -0
- data/spec/models/certificate_expiration_event_spec.rb +34 -0
- data/spec/models/certificate_info_spec.rb +166 -0
- data/spec/models/create_event_forwarder_output_spec.rb +34 -0
- data/spec/models/create_event_forwarder_spec.rb +124 -0
- data/spec/models/delete_event_forwarder_spec.rb +52 -0
- data/spec/models/email_entry_spec.rb +40 -0
- data/spec/models/extension_spec.rb +46 -0
- data/spec/models/get_event_forwarder_output_spec.rb +34 -0
- data/spec/models/get_event_forwarder_spec.rb +52 -0
- data/spec/models/list_shared_items_spec.rb +52 -0
- data/spec/models/name_spec.rb +64 -0
- data/spec/models/noti_forwarder_spec.rb +148 -0
- data/spec/models/request_access_output_spec.rb +34 -0
- data/spec/models/request_access_spec.rb +64 -0
- data/spec/models/update_event_forwarder_spec.rb +100 -0
- metadata +597 -529
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f00587560277ba875bb0d85ee1d9460802c1fb143a2bed23bff8578ca6c19ed8
|
4
|
+
data.tar.gz: d315e77fe09a4a704c486a8dad4a20a5474c353e954eeaa76e905cf79e59bcca
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e743b3dc6408be794b3f687cea197e0737a03631b6c0ff14f59cec28303165f270ebfd1936269ba50345e5ed99b6b8ff8de2e96335fd8d42df0ee7665eba4287
|
7
|
+
data.tar.gz: 3f8500c80c58a5a3b07a96625505cf3d63c770f696c86ff41b680358582c41f4a6debcdfc043d8e4db1bcd026c8cabbc8d883a7f84c7c5ac540ae68682eed5cb
|
data/README.md
CHANGED
@@ -7,7 +7,7 @@ The purpose of this application is to provide access to Akeyless API.
|
|
7
7
|
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
8
8
|
|
9
9
|
- API version: 2.0
|
10
|
-
- Package version: 3.
|
10
|
+
- Package version: 3.1.0
|
11
11
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
12
12
|
For more information, please visit [http://akeyless.io](http://akeyless.io)
|
13
13
|
|
@@ -85,6 +85,7 @@ Class | Method | HTTP request | Description
|
|
85
85
|
*Akeyless::V2Api* | [**create_dockerhub_target**](docs/V2Api.md#create_dockerhub_target) | **POST** /create-dockerhub-target |
|
86
86
|
*Akeyless::V2Api* | [**create_dynamic_secret**](docs/V2Api.md#create_dynamic_secret) | **POST** /create-dynamic-secret |
|
87
87
|
*Akeyless::V2Api* | [**create_eks_target**](docs/V2Api.md#create_eks_target) | **POST** /create-eks-target |
|
88
|
+
*Akeyless::V2Api* | [**create_event_forwarder**](docs/V2Api.md#create_event_forwarder) | **POST** /create-event-forwarder |
|
88
89
|
*Akeyless::V2Api* | [**create_gcp_target**](docs/V2Api.md#create_gcp_target) | **POST** /create-gcp-target |
|
89
90
|
*Akeyless::V2Api* | [**create_github_target**](docs/V2Api.md#create_github_target) | **POST** /create-github-target |
|
90
91
|
*Akeyless::V2Api* | [**create_gke_target**](docs/V2Api.md#create_gke_target) | **POST** /create-gke-target |
|
@@ -106,6 +107,7 @@ Class | Method | HTTP request | Description
|
|
106
107
|
*Akeyless::V2Api* | [**decrypt_with_classic_key**](docs/V2Api.md#decrypt_with_classic_key) | **POST** /decrypt-with-classic-key |
|
107
108
|
*Akeyless::V2Api* | [**delete_auth_method**](docs/V2Api.md#delete_auth_method) | **POST** /delete-auth-method |
|
108
109
|
*Akeyless::V2Api* | [**delete_auth_methods**](docs/V2Api.md#delete_auth_methods) | **POST** /delete-auth-methods |
|
110
|
+
*Akeyless::V2Api* | [**delete_event_forwarder**](docs/V2Api.md#delete_event_forwarder) | **POST** /delete-event-forwarder |
|
109
111
|
*Akeyless::V2Api* | [**delete_item**](docs/V2Api.md#delete_item) | **POST** /delete-item |
|
110
112
|
*Akeyless::V2Api* | [**delete_items**](docs/V2Api.md#delete_items) | **POST** /delete-items |
|
111
113
|
*Akeyless::V2Api* | [**delete_role**](docs/V2Api.md#delete_role) | **POST** /delete-role |
|
@@ -122,7 +124,6 @@ Class | Method | HTTP request | Description
|
|
122
124
|
*Akeyless::V2Api* | [**encrypt**](docs/V2Api.md#encrypt) | **POST** /encrypt |
|
123
125
|
*Akeyless::V2Api* | [**encrypt_with_classic_key**](docs/V2Api.md#encrypt_with_classic_key) | **POST** /encrypt-with-classic-key |
|
124
126
|
*Akeyless::V2Api* | [**export_classic_key**](docs/V2Api.md#export_classic_key) | **POST** /export-classic-key |
|
125
|
-
*Akeyless::V2Api* | [**gateway_add_allowed_management_access**](docs/V2Api.md#gateway_add_allowed_management_access) | **POST** /gateway-add-allow-management-access |
|
126
127
|
*Akeyless::V2Api* | [**gateway_create_k8_s_auth_config**](docs/V2Api.md#gateway_create_k8_s_auth_config) | **POST** /gateway-create-k8s-auth-config |
|
127
128
|
*Akeyless::V2Api* | [**gateway_create_migration**](docs/V2Api.md#gateway_create_migration) | **POST** /gateway-create-migration |
|
128
129
|
*Akeyless::V2Api* | [**gateway_create_producer_artifactory**](docs/V2Api.md#gateway_create_producer_artifactory) | **POST** /gateway-create-producer-artifactory |
|
@@ -199,6 +200,7 @@ Class | Method | HTTP request | Description
|
|
199
200
|
*Akeyless::V2Api* | [**get_account_settings**](docs/V2Api.md#get_account_settings) | **POST** /get-account-settings |
|
200
201
|
*Akeyless::V2Api* | [**get_auth_method**](docs/V2Api.md#get_auth_method) | **POST** /get-auth-method |
|
201
202
|
*Akeyless::V2Api* | [**get_dynamic_secret_value**](docs/V2Api.md#get_dynamic_secret_value) | **POST** /get-dynamic-secret-value |
|
203
|
+
*Akeyless::V2Api* | [**get_event_forwarder**](docs/V2Api.md#get_event_forwarder) | **POST** /get-event-forwarder |
|
202
204
|
*Akeyless::V2Api* | [**get_kube_exec_creds**](docs/V2Api.md#get_kube_exec_creds) | **POST** /get-kube-exec-creds |
|
203
205
|
*Akeyless::V2Api* | [**get_pki_certificate**](docs/V2Api.md#get_pki_certificate) | **POST** /get-pki-certificate |
|
204
206
|
*Akeyless::V2Api* | [**get_role**](docs/V2Api.md#get_role) | **POST** /get-role |
|
@@ -226,11 +228,13 @@ Class | Method | HTTP request | Description
|
|
226
228
|
*Akeyless::V2Api* | [**list_gateways**](docs/V2Api.md#list_gateways) | **POST** /list-gateways |
|
227
229
|
*Akeyless::V2Api* | [**list_items**](docs/V2Api.md#list_items) | **POST** /list-items |
|
228
230
|
*Akeyless::V2Api* | [**list_roles**](docs/V2Api.md#list_roles) | **POST** /list-roles |
|
231
|
+
*Akeyless::V2Api* | [**list_shared_items**](docs/V2Api.md#list_shared_items) | **POST** /list-shared-items |
|
229
232
|
*Akeyless::V2Api* | [**list_sra_bastions**](docs/V2Api.md#list_sra_bastions) | **POST** /list-sra-bastions |
|
230
233
|
*Akeyless::V2Api* | [**list_targets**](docs/V2Api.md#list_targets) | **POST** /list-targets |
|
231
234
|
*Akeyless::V2Api* | [**move_objects**](docs/V2Api.md#move_objects) | **POST** /move-objects |
|
232
235
|
*Akeyless::V2Api* | [**raw_creds**](docs/V2Api.md#raw_creds) | **POST** /raw-creds |
|
233
236
|
*Akeyless::V2Api* | [**refresh_key**](docs/V2Api.md#refresh_key) | **POST** /refresh-key |
|
237
|
+
*Akeyless::V2Api* | [**request_access**](docs/V2Api.md#request_access) | **POST** /request-access |
|
234
238
|
*Akeyless::V2Api* | [**reverse_rbac**](docs/V2Api.md#reverse_rbac) | **POST** /reverse-rbac |
|
235
239
|
*Akeyless::V2Api* | [**revoke_creds**](docs/V2Api.md#revoke_creds) | **POST** /revoke-creds |
|
236
240
|
*Akeyless::V2Api* | [**rollback_secret**](docs/V2Api.md#rollback_secret) | **POST** /rollback-secret |
|
@@ -270,6 +274,7 @@ Class | Method | HTTP request | Description
|
|
270
274
|
*Akeyless::V2Api* | [**update_db_target_details**](docs/V2Api.md#update_db_target_details) | **POST** /update-db-target-details |
|
271
275
|
*Akeyless::V2Api* | [**update_dockerhub_target**](docs/V2Api.md#update_dockerhub_target) | **POST** /update-dockerhub-target |
|
272
276
|
*Akeyless::V2Api* | [**update_eks_target**](docs/V2Api.md#update_eks_target) | **POST** /update-eks-target |
|
277
|
+
*Akeyless::V2Api* | [**update_event_forwarder**](docs/V2Api.md#update_event_forwarder) | **POST** /update-event-forwarder |
|
273
278
|
*Akeyless::V2Api* | [**update_gcp_target**](docs/V2Api.md#update_gcp_target) | **POST** /update-gcp-target |
|
274
279
|
*Akeyless::V2Api* | [**update_github_target**](docs/V2Api.md#update_github_target) | **POST** /update-github-target |
|
275
280
|
*Akeyless::V2Api* | [**update_gke_target**](docs/V2Api.md#update_gke_target) | **POST** /update-gke-target |
|
@@ -315,6 +320,7 @@ Class | Method | HTTP request | Description
|
|
315
320
|
- [Akeyless::AllowedAccess](docs/AllowedAccess.md)
|
316
321
|
- [Akeyless::AssocRoleAuthMethod](docs/AssocRoleAuthMethod.md)
|
317
322
|
- [Akeyless::AssocTargetItem](docs/AssocTargetItem.md)
|
323
|
+
- [Akeyless::AttributeTypeAndValue](docs/AttributeTypeAndValue.md)
|
318
324
|
- [Akeyless::Auth](docs/Auth.md)
|
319
325
|
- [Akeyless::AuthMethod](docs/AuthMethod.md)
|
320
326
|
- [Akeyless::AuthMethodAccessInfo](docs/AuthMethodAccessInfo.md)
|
@@ -330,6 +336,9 @@ Class | Method | HTTP request | Description
|
|
330
336
|
- [Akeyless::CFConfigPart](docs/CFConfigPart.md)
|
331
337
|
- [Akeyless::CacheConfigPart](docs/CacheConfigPart.md)
|
332
338
|
- [Akeyless::CertAccessRules](docs/CertAccessRules.md)
|
339
|
+
- [Akeyless::CertificateChainInfo](docs/CertificateChainInfo.md)
|
340
|
+
- [Akeyless::CertificateExpirationEvent](docs/CertificateExpirationEvent.md)
|
341
|
+
- [Akeyless::CertificateInfo](docs/CertificateInfo.md)
|
333
342
|
- [Akeyless::CertificateIssueInfo](docs/CertificateIssueInfo.md)
|
334
343
|
- [Akeyless::ClassicKeyDetailsInfo](docs/ClassicKeyDetailsInfo.md)
|
335
344
|
- [Akeyless::ClassicKeyStatusInfo](docs/ClassicKeyStatusInfo.md)
|
@@ -381,6 +390,8 @@ Class | Method | HTTP request | Description
|
|
381
390
|
- [Akeyless::CreateDynamicSecret](docs/CreateDynamicSecret.md)
|
382
391
|
- [Akeyless::CreateEKSTarget](docs/CreateEKSTarget.md)
|
383
392
|
- [Akeyless::CreateEKSTargetOutput](docs/CreateEKSTargetOutput.md)
|
393
|
+
- [Akeyless::CreateEventForwarder](docs/CreateEventForwarder.md)
|
394
|
+
- [Akeyless::CreateEventForwarderOutput](docs/CreateEventForwarderOutput.md)
|
384
395
|
- [Akeyless::CreateGKETarget](docs/CreateGKETarget.md)
|
385
396
|
- [Akeyless::CreateGKETargetOutput](docs/CreateGKETargetOutput.md)
|
386
397
|
- [Akeyless::CreateGcpTarget](docs/CreateGcpTarget.md)
|
@@ -433,6 +444,7 @@ Class | Method | HTTP request | Description
|
|
433
444
|
- [Akeyless::DeleteAuthMethodOutput](docs/DeleteAuthMethodOutput.md)
|
434
445
|
- [Akeyless::DeleteAuthMethods](docs/DeleteAuthMethods.md)
|
435
446
|
- [Akeyless::DeleteAuthMethodsOutput](docs/DeleteAuthMethodsOutput.md)
|
447
|
+
- [Akeyless::DeleteEventForwarder](docs/DeleteEventForwarder.md)
|
436
448
|
- [Akeyless::DeleteItem](docs/DeleteItem.md)
|
437
449
|
- [Akeyless::DeleteItemOutput](docs/DeleteItemOutput.md)
|
438
450
|
- [Akeyless::DeleteItems](docs/DeleteItems.md)
|
@@ -454,6 +466,7 @@ Class | Method | HTTP request | Description
|
|
454
466
|
- [Akeyless::DetokenizeOutput](docs/DetokenizeOutput.md)
|
455
467
|
- [Akeyless::DynamicSecretProducerInfo](docs/DynamicSecretProducerInfo.md)
|
456
468
|
- [Akeyless::ElasticsearchLogForwardingConfig](docs/ElasticsearchLogForwardingConfig.md)
|
469
|
+
- [Akeyless::EmailEntry](docs/EmailEntry.md)
|
457
470
|
- [Akeyless::EmailPassAccessRules](docs/EmailPassAccessRules.md)
|
458
471
|
- [Akeyless::EmailTokenizerInfo](docs/EmailTokenizerInfo.md)
|
459
472
|
- [Akeyless::Encrypt](docs/Encrypt.md)
|
@@ -464,11 +477,11 @@ Class | Method | HTTP request | Description
|
|
464
477
|
- [Akeyless::EncryptWithClassicKeyOutput](docs/EncryptWithClassicKeyOutput.md)
|
465
478
|
- [Akeyless::ExportClassicKey](docs/ExportClassicKey.md)
|
466
479
|
- [Akeyless::ExportClassicKeyOutput](docs/ExportClassicKeyOutput.md)
|
480
|
+
- [Akeyless::Extension](docs/Extension.md)
|
467
481
|
- [Akeyless::ExternalKMSKeyId](docs/ExternalKMSKeyId.md)
|
468
482
|
- [Akeyless::GCPAccessRules](docs/GCPAccessRules.md)
|
469
483
|
- [Akeyless::GCPPayload](docs/GCPPayload.md)
|
470
484
|
- [Akeyless::GCPSecretsMigration](docs/GCPSecretsMigration.md)
|
471
|
-
- [Akeyless::GatewayAddAllowedManagementAccess](docs/GatewayAddAllowedManagementAccess.md)
|
472
485
|
- [Akeyless::GatewayCreateK8SAuthConfig](docs/GatewayCreateK8SAuthConfig.md)
|
473
486
|
- [Akeyless::GatewayCreateK8SAuthConfigOutput](docs/GatewayCreateK8SAuthConfigOutput.md)
|
474
487
|
- [Akeyless::GatewayCreateMigration](docs/GatewayCreateMigration.md)
|
@@ -616,6 +629,8 @@ Class | Method | HTTP request | Description
|
|
616
629
|
- [Akeyless::GetAccountSettingsCommandOutput](docs/GetAccountSettingsCommandOutput.md)
|
617
630
|
- [Akeyless::GetAuthMethod](docs/GetAuthMethod.md)
|
618
631
|
- [Akeyless::GetDynamicSecretValue](docs/GetDynamicSecretValue.md)
|
632
|
+
- [Akeyless::GetEventForwarder](docs/GetEventForwarder.md)
|
633
|
+
- [Akeyless::GetEventForwarderOutput](docs/GetEventForwarderOutput.md)
|
619
634
|
- [Akeyless::GetKubeExecCreds](docs/GetKubeExecCreds.md)
|
620
635
|
- [Akeyless::GetKubeExecCredsOutput](docs/GetKubeExecCredsOutput.md)
|
621
636
|
- [Akeyless::GetPKICertificate](docs/GetPKICertificate.md)
|
@@ -687,6 +702,7 @@ Class | Method | HTTP request | Description
|
|
687
702
|
- [Akeyless::ListRoles](docs/ListRoles.md)
|
688
703
|
- [Akeyless::ListRolesOutput](docs/ListRolesOutput.md)
|
689
704
|
- [Akeyless::ListSRABastions](docs/ListSRABastions.md)
|
705
|
+
- [Akeyless::ListSharedItems](docs/ListSharedItems.md)
|
690
706
|
- [Akeyless::ListTargets](docs/ListTargets.md)
|
691
707
|
- [Akeyless::ListTargetsOutput](docs/ListTargetsOutput.md)
|
692
708
|
- [Akeyless::LogForwardingConfigPart](docs/LogForwardingConfigPart.md)
|
@@ -701,6 +717,8 @@ Class | Method | HTTP request | Description
|
|
701
717
|
- [Akeyless::MockMigration](docs/MockMigration.md)
|
702
718
|
- [Akeyless::MockPayload](docs/MockPayload.md)
|
703
719
|
- [Akeyless::MoveObjects](docs/MoveObjects.md)
|
720
|
+
- [Akeyless::Name](docs/Name.md)
|
721
|
+
- [Akeyless::NotiForwarder](docs/NotiForwarder.md)
|
704
722
|
- [Akeyless::OAuth2AccessRules](docs/OAuth2AccessRules.md)
|
705
723
|
- [Akeyless::OAuth2CustomClaim](docs/OAuth2CustomClaim.md)
|
706
724
|
- [Akeyless::OIDCAccessRules](docs/OIDCAccessRules.md)
|
@@ -717,6 +735,8 @@ Class | Method | HTTP request | Description
|
|
717
735
|
- [Akeyless::RefreshKey](docs/RefreshKey.md)
|
718
736
|
- [Akeyless::RefreshKeyOutput](docs/RefreshKeyOutput.md)
|
719
737
|
- [Akeyless::RegexpTokenizerInfo](docs/RegexpTokenizerInfo.md)
|
738
|
+
- [Akeyless::RequestAccess](docs/RequestAccess.md)
|
739
|
+
- [Akeyless::RequestAccessOutput](docs/RequestAccessOutput.md)
|
720
740
|
- [Akeyless::RequiredActivity](docs/RequiredActivity.md)
|
721
741
|
- [Akeyless::ReverseRBAC](docs/ReverseRBAC.md)
|
722
742
|
- [Akeyless::ReverseRBACClient](docs/ReverseRBACClient.md)
|
@@ -809,6 +829,7 @@ Class | Method | HTTP request | Description
|
|
809
829
|
- [Akeyless::UpdateDockerhubTargetOutput](docs/UpdateDockerhubTargetOutput.md)
|
810
830
|
- [Akeyless::UpdateEKSTarget](docs/UpdateEKSTarget.md)
|
811
831
|
- [Akeyless::UpdateEKSTargetOutput](docs/UpdateEKSTargetOutput.md)
|
832
|
+
- [Akeyless::UpdateEventForwarder](docs/UpdateEventForwarder.md)
|
812
833
|
- [Akeyless::UpdateGKETarget](docs/UpdateGKETarget.md)
|
813
834
|
- [Akeyless::UpdateGKETargetOutput](docs/UpdateGKETargetOutput.md)
|
814
835
|
- [Akeyless::UpdateGcpTarget](docs/UpdateGcpTarget.md)
|
@@ -0,0 +1,20 @@
|
|
1
|
+
# Akeyless::AttributeTypeAndValue
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **type** | **Array<Integer>** | | [optional] |
|
8
|
+
| **value** | **Object** | | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'akeyless'
|
14
|
+
|
15
|
+
instance = Akeyless::AttributeTypeAndValue.new(
|
16
|
+
type: null,
|
17
|
+
value: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
@@ -0,0 +1,22 @@
|
|
1
|
+
# Akeyless::CertificateChainInfo
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **certificate_chain** | [**Array<CertificateInfo>**](CertificateInfo.md) | | [optional] |
|
8
|
+
| **certificate_pem** | **String** | | [optional] |
|
9
|
+
| **expiration_events** | [**Array<CertificateExpirationEvent>**](CertificateExpirationEvent.md) | | [optional] |
|
10
|
+
|
11
|
+
## Example
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'akeyless'
|
15
|
+
|
16
|
+
instance = Akeyless::CertificateChainInfo.new(
|
17
|
+
certificate_chain: null,
|
18
|
+
certificate_pem: null,
|
19
|
+
expiration_events: null
|
20
|
+
)
|
21
|
+
```
|
22
|
+
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# Akeyless::CertificateExpirationEvent
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **seconds_before** | **Integer** | | [optional] |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'akeyless'
|
13
|
+
|
14
|
+
instance = Akeyless::CertificateExpirationEvent.new(
|
15
|
+
seconds_before: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
@@ -0,0 +1,62 @@
|
|
1
|
+
# Akeyless::CertificateInfo
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **ext_key_usage** | **Array<Integer>** | | [optional] |
|
8
|
+
| **key_usage** | **Integer** | KeyUsage represents the set of actions that are valid for a given key. It's a bitmap of the KeyUsage* constants. | [optional] |
|
9
|
+
| **dns_names** | **Array<String>** | | [optional] |
|
10
|
+
| **email_addresses** | **Array<String>** | | [optional] |
|
11
|
+
| **extensions** | [**Array<Extension>**](Extension.md) | | [optional] |
|
12
|
+
| **ip_addresses** | **Array<String>** | | [optional] |
|
13
|
+
| **is_ca** | **Boolean** | | [optional] |
|
14
|
+
| **issuer** | [**Name**](Name.md) | | [optional] |
|
15
|
+
| **issuing_certificate_url** | **Array<String>** | | [optional] |
|
16
|
+
| **key_size** | **Integer** | | [optional] |
|
17
|
+
| **not_after** | **Time** | | [optional] |
|
18
|
+
| **not_before** | **Time** | | [optional] |
|
19
|
+
| **ocsp_server** | **Array<String>** | | [optional] |
|
20
|
+
| **public_key_algorithm_name** | **String** | | [optional] |
|
21
|
+
| **serial_number** | **String** | | [optional] |
|
22
|
+
| **sha_1_fingerprint** | **String** | | [optional] |
|
23
|
+
| **sha_256_fingerprint** | **String** | | [optional] |
|
24
|
+
| **signature** | **String** | | [optional] |
|
25
|
+
| **signature_algorithm_name** | **String** | | [optional] |
|
26
|
+
| **subject** | [**Name**](Name.md) | | [optional] |
|
27
|
+
| **subject_public_key** | **String** | | [optional] |
|
28
|
+
| **uris** | **Array<String>** | | [optional] |
|
29
|
+
| **version** | **Integer** | | [optional] |
|
30
|
+
|
31
|
+
## Example
|
32
|
+
|
33
|
+
```ruby
|
34
|
+
require 'akeyless'
|
35
|
+
|
36
|
+
instance = Akeyless::CertificateInfo.new(
|
37
|
+
ext_key_usage: null,
|
38
|
+
key_usage: null,
|
39
|
+
dns_names: null,
|
40
|
+
email_addresses: null,
|
41
|
+
extensions: null,
|
42
|
+
ip_addresses: null,
|
43
|
+
is_ca: null,
|
44
|
+
issuer: null,
|
45
|
+
issuing_certificate_url: null,
|
46
|
+
key_size: null,
|
47
|
+
not_after: null,
|
48
|
+
not_before: null,
|
49
|
+
ocsp_server: null,
|
50
|
+
public_key_algorithm_name: null,
|
51
|
+
serial_number: null,
|
52
|
+
sha_1_fingerprint: null,
|
53
|
+
sha_256_fingerprint: null,
|
54
|
+
signature: null,
|
55
|
+
signature_algorithm_name: null,
|
56
|
+
subject: null,
|
57
|
+
subject_public_key: null,
|
58
|
+
uris: null,
|
59
|
+
version: null
|
60
|
+
)
|
61
|
+
```
|
62
|
+
|
data/docs/Connect.md
CHANGED
@@ -14,6 +14,7 @@
|
|
14
14
|
| **identity_file** | **String** | The file from which the identity (private key) for public key authentication is read | [optional] |
|
15
15
|
| **json** | **Boolean** | Set output format to JSON | [optional] |
|
16
16
|
| **name** | **String** | The Secret name (for database and AWS producers - producer name) | [optional] |
|
17
|
+
| **ssh_command** | **String** | Path to SSH executable. e.g. /usr/bin/ssh | [optional] |
|
17
18
|
| **ssh_extra_args** | **String** | The Use to add offical SSH arguments (except -i) | [optional] |
|
18
19
|
| **ssh_legacy_signing_alg** | **Boolean** | Set this option to output legacy ('ssh-rsa-cert-v01@openssh.com') signing algorithm name in the ssh certificate. | [optional] |
|
19
20
|
| **target** | **String** | The target | [optional] |
|
@@ -37,6 +38,7 @@ instance = Akeyless::Connect.new(
|
|
37
38
|
identity_file: null,
|
38
39
|
json: null,
|
39
40
|
name: null,
|
41
|
+
ssh_command: null,
|
40
42
|
ssh_extra_args: null,
|
41
43
|
ssh_legacy_signing_alg: null,
|
42
44
|
target: null,
|
@@ -0,0 +1,48 @@
|
|
1
|
+
# Akeyless::CreateEventForwarder
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **admin_name** | **String** | Workstation Admin Name | [optional] |
|
8
|
+
| **admin_pwd** | **String** | Workstation Admin password | [optional] |
|
9
|
+
| **comment** | **String** | Comment about the EventForwarder | [optional] |
|
10
|
+
| **email_to** | **String** | A comma seperated list of email addresses to send event to (relevant only for \\\"email\\\" Event Forwarder) | [optional] |
|
11
|
+
| **event_source_locations** | **Array<String>** | Event sources | |
|
12
|
+
| **event_source_type** | **String** | Event Source type [item, target] | [optional][default to 'item'] |
|
13
|
+
| **event_types** | **Array<String>** | Event types | [optional] |
|
14
|
+
| **every** | **String** | Rate of periodic runner repetition in hours | [optional] |
|
15
|
+
| **forwarder_type** | **String** | | |
|
16
|
+
| **host** | **String** | Workstation Host | [optional] |
|
17
|
+
| **json** | **Boolean** | Set output format to JSON | [optional] |
|
18
|
+
| **key** | **String** | The name of a key that used to encrypt the EventForwarder secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
19
|
+
| **name** | **String** | EventForwarder name | |
|
20
|
+
| **runner_type** | **String** | | |
|
21
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
22
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
23
|
+
|
24
|
+
## Example
|
25
|
+
|
26
|
+
```ruby
|
27
|
+
require 'akeyless'
|
28
|
+
|
29
|
+
instance = Akeyless::CreateEventForwarder.new(
|
30
|
+
admin_name: null,
|
31
|
+
admin_pwd: null,
|
32
|
+
comment: null,
|
33
|
+
email_to: null,
|
34
|
+
event_source_locations: null,
|
35
|
+
event_source_type: null,
|
36
|
+
event_types: null,
|
37
|
+
every: null,
|
38
|
+
forwarder_type: null,
|
39
|
+
host: null,
|
40
|
+
json: null,
|
41
|
+
key: null,
|
42
|
+
name: null,
|
43
|
+
runner_type: null,
|
44
|
+
token: null,
|
45
|
+
uid_token: null
|
46
|
+
)
|
47
|
+
```
|
48
|
+
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# Akeyless::CreateEventForwarderOutput
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **event_forwarder_id** | **Integer** | | [optional] |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'akeyless'
|
13
|
+
|
14
|
+
instance = Akeyless::CreateEventForwarderOutput.new(
|
15
|
+
event_forwarder_id: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
data/docs/CreateRotatedSecret.md
CHANGED
@@ -12,6 +12,7 @@
|
|
12
12
|
| **aws_region** | **String** | Region (used in aws) | [optional][default to 'us-east-2'] |
|
13
13
|
| **custom_payload** | **String** | | [optional] |
|
14
14
|
| **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
|
15
|
+
| **gcp_key** | **String** | Base64-encoded service account private key text | [optional] |
|
15
16
|
| **json** | **Boolean** | Set output format to JSON | [optional] |
|
16
17
|
| **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
17
18
|
| **metadata** | **String** | Metadata about the secret | [optional] |
|
@@ -60,6 +61,7 @@ instance = Akeyless::CreateRotatedSecret.new(
|
|
60
61
|
aws_region: null,
|
61
62
|
custom_payload: null,
|
62
63
|
delete_protection: null,
|
64
|
+
gcp_key: null,
|
63
65
|
json: null,
|
64
66
|
key: null,
|
65
67
|
metadata: null,
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# Akeyless::DeleteEventForwarder
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **json** | **Boolean** | Set output format to JSON | [optional] |
|
8
|
+
| **name** | **String** | EventForwarder name | |
|
9
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
10
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
11
|
+
|
12
|
+
## Example
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'akeyless'
|
16
|
+
|
17
|
+
instance = Akeyless::DeleteEventForwarder.new(
|
18
|
+
json: null,
|
19
|
+
name: null,
|
20
|
+
token: null,
|
21
|
+
uid_token: null
|
22
|
+
)
|
23
|
+
```
|
24
|
+
|
data/docs/EmailEntry.md
ADDED
@@ -0,0 +1,20 @@
|
|
1
|
+
# Akeyless::EmailEntry
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **to_email** | **String** | | [optional] |
|
8
|
+
| **to_name** | **String** | | [optional] |
|
9
|
+
|
10
|
+
## Example
|
11
|
+
|
12
|
+
```ruby
|
13
|
+
require 'akeyless'
|
14
|
+
|
15
|
+
instance = Akeyless::EmailEntry.new(
|
16
|
+
to_email: null,
|
17
|
+
to_name: null
|
18
|
+
)
|
19
|
+
```
|
20
|
+
|
data/docs/Extension.md
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
# Akeyless::Extension
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **critical** | **Boolean** | | [optional] |
|
8
|
+
| **name** | **String** | | [optional] |
|
9
|
+
| **value** | **String** | | [optional] |
|
10
|
+
|
11
|
+
## Example
|
12
|
+
|
13
|
+
```ruby
|
14
|
+
require 'akeyless'
|
15
|
+
|
16
|
+
instance = Akeyless::Extension.new(
|
17
|
+
critical: null,
|
18
|
+
name: null,
|
19
|
+
value: null
|
20
|
+
)
|
21
|
+
```
|
22
|
+
|
data/docs/GatewayUpdateItem.md
CHANGED
@@ -10,6 +10,7 @@
|
|
10
10
|
| **auto_rotate** | **String** | Whether to automatically rotate every --rotation-interval days, or disable existing automatic rotation | [optional] |
|
11
11
|
| **custom_payload** | **String** | | [optional] |
|
12
12
|
| **delete_protection** | **String** | Protection from accidental deletion of this item | [optional] |
|
13
|
+
| **gcp_key** | **String** | Base64-encoded service account private key text | [optional] |
|
13
14
|
| **json** | **Boolean** | Set output format to JSON | [optional] |
|
14
15
|
| **keep_prev_version** | **String** | | [optional] |
|
15
16
|
| **key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
@@ -39,6 +40,7 @@ instance = Akeyless::GatewayUpdateItem.new(
|
|
39
40
|
auto_rotate: null,
|
40
41
|
custom_payload: null,
|
41
42
|
delete_protection: null,
|
43
|
+
gcp_key: null,
|
42
44
|
json: null,
|
43
45
|
keep_prev_version: null,
|
44
46
|
key: null,
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# Akeyless::GetEventForwarder
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **json** | **Boolean** | Set output format to JSON | [optional] |
|
8
|
+
| **name** | **String** | EventForwarder name | |
|
9
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
10
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
11
|
+
|
12
|
+
## Example
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'akeyless'
|
16
|
+
|
17
|
+
instance = Akeyless::GetEventForwarder.new(
|
18
|
+
json: null,
|
19
|
+
name: null,
|
20
|
+
token: null,
|
21
|
+
uid_token: null
|
22
|
+
)
|
23
|
+
```
|
24
|
+
|
@@ -0,0 +1,18 @@
|
|
1
|
+
# Akeyless::GetEventForwarderOutput
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **event_forwarder** | [**NotiForwarder**](NotiForwarder.md) | | [optional] |
|
8
|
+
|
9
|
+
## Example
|
10
|
+
|
11
|
+
```ruby
|
12
|
+
require 'akeyless'
|
13
|
+
|
14
|
+
instance = Akeyless::GetEventForwarderOutput.new(
|
15
|
+
event_forwarder: null
|
16
|
+
)
|
17
|
+
```
|
18
|
+
|
data/docs/Item.md
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **access_date** | **Time** | | [optional] |
|
8
|
+
| **access_request_status** | **String** | | [optional] |
|
8
9
|
| **auto_rotate** | **Boolean** | | [optional] |
|
9
10
|
| **cert_issuer_signer_key_name** | **String** | | [optional] |
|
10
11
|
| **certificate_issue_details** | [**CertificateIssueInfo**](CertificateIssueInfo.md) | | [optional] |
|
@@ -15,6 +16,7 @@
|
|
15
16
|
| **delete_protection** | **Boolean** | | [optional] |
|
16
17
|
| **deletion_date** | **Time** | | [optional] |
|
17
18
|
| **display_id** | **String** | | [optional] |
|
19
|
+
| **is_access_request_enabled** | **Boolean** | | [optional] |
|
18
20
|
| **is_enabled** | **Boolean** | | [optional] |
|
19
21
|
| **item_accessibility** | **Integer** | | [optional] |
|
20
22
|
| **item_general_info** | [**ItemGeneralInfo**](ItemGeneralInfo.md) | | [optional] |
|
@@ -46,6 +48,7 @@ require 'akeyless'
|
|
46
48
|
|
47
49
|
instance = Akeyless::Item.new(
|
48
50
|
access_date: null,
|
51
|
+
access_request_status: null,
|
49
52
|
auto_rotate: null,
|
50
53
|
cert_issuer_signer_key_name: null,
|
51
54
|
certificate_issue_details: null,
|
@@ -56,6 +59,7 @@ instance = Akeyless::Item.new(
|
|
56
59
|
delete_protection: null,
|
57
60
|
deletion_date: null,
|
58
61
|
display_id: null,
|
62
|
+
is_access_request_enabled: null,
|
59
63
|
is_enabled: null,
|
60
64
|
item_accessibility: null,
|
61
65
|
item_general_info: null,
|
data/docs/ItemGeneralInfo.md
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **cert_issue_details** | [**CertificateIssueInfo**](CertificateIssueInfo.md) | | [optional] |
|
8
|
+
| **certificate_chain_info** | [**CertificateChainInfo**](CertificateChainInfo.md) | | [optional] |
|
8
9
|
| **classic_key_details** | [**ClassicKeyDetailsInfo**](ClassicKeyDetailsInfo.md) | | [optional] |
|
9
10
|
| **cluster_gw_url** | **String** | | [optional] |
|
10
11
|
| **display_metadata** | **String** | | [optional] |
|
@@ -22,6 +23,7 @@ require 'akeyless'
|
|
22
23
|
|
23
24
|
instance = Akeyless::ItemGeneralInfo.new(
|
24
25
|
cert_issue_details: null,
|
26
|
+
certificate_chain_info: null,
|
25
27
|
classic_key_details: null,
|
26
28
|
cluster_gw_url: null,
|
27
29
|
display_metadata: null,
|
@@ -0,0 +1,24 @@
|
|
1
|
+
# Akeyless::ListSharedItems
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **accessibility** | **String** | for personal password manager | [optional][default to 'regular'] |
|
8
|
+
| **json** | **Boolean** | Set output format to JSON | [optional] |
|
9
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
10
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
11
|
+
|
12
|
+
## Example
|
13
|
+
|
14
|
+
```ruby
|
15
|
+
require 'akeyless'
|
16
|
+
|
17
|
+
instance = Akeyless::ListSharedItems.new(
|
18
|
+
accessibility: null,
|
19
|
+
json: null,
|
20
|
+
token: null,
|
21
|
+
uid_token: null
|
22
|
+
)
|
23
|
+
```
|
24
|
+
|
data/docs/Name.md
ADDED
@@ -0,0 +1,28 @@
|
|
1
|
+
# Akeyless::Name
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **country** | **Array<String>** | | [optional] |
|
8
|
+
| **extra_names** | [**Array<AttributeTypeAndValue>**](AttributeTypeAndValue.md) | ExtraNames contains attributes to be copied, raw, into any marshaled distinguished names. Values override any attributes with the same OID. The ExtraNames field is not populated when parsing, see Names. | [optional] |
|
9
|
+
| **locality** | **Array<String>** | | [optional] |
|
10
|
+
| **names** | [**Array<AttributeTypeAndValue>**](AttributeTypeAndValue.md) | Names contains all parsed attributes. When parsing distinguished names, this can be used to extract non-standard attributes that are not parsed by this package. When marshaling to RDNSequences, the Names field is ignored, see ExtraNames. | [optional] |
|
11
|
+
| **serial_number** | **String** | | [optional] |
|
12
|
+
| **street_address** | **Array<String>** | | [optional] |
|
13
|
+
|
14
|
+
## Example
|
15
|
+
|
16
|
+
```ruby
|
17
|
+
require 'akeyless'
|
18
|
+
|
19
|
+
instance = Akeyless::Name.new(
|
20
|
+
country: null,
|
21
|
+
extra_names: null,
|
22
|
+
locality: null,
|
23
|
+
names: null,
|
24
|
+
serial_number: null,
|
25
|
+
street_address: null
|
26
|
+
)
|
27
|
+
```
|
28
|
+
|