akeyless 5.0.5 → 5.0.7
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 +11 -1
- data/docs/AzureLogAnalyticsForwardingConfig.md +2 -0
- data/docs/CertificateTemplateInfo.md +2 -0
- data/docs/CreateClassicKey.md +3 -1
- data/docs/CreateDFCKey.md +3 -1
- data/docs/CreateGodaddyTarget.md +2 -0
- data/docs/CreateKey.md +3 -1
- data/docs/DynamicSecretCreateK8s.md +2 -0
- data/docs/DynamicSecretUpdateK8s.md +2 -0
- data/docs/GatewayCreateProducerNativeK8S.md +2 -0
- data/docs/GatewayUpdateLogForwardingAzureAnalytics.md +2 -0
- data/docs/GatewayUpdateLogForwardingSplunk.md +2 -0
- data/docs/GatewayUpdateProducerNativeK8S.md +2 -0
- data/docs/GatewayUpdateRemoteAccessRdpRecordings.md +6 -0
- data/docs/GeminiTargetDetails.md +22 -0
- data/docs/GenerateCsr.md +2 -0
- data/docs/GodaddyTargetDetails.md +2 -0
- data/docs/GwUpdateRemoteAccessSessionLogsAzureAnalytics.md +2 -0
- data/docs/GwUpdateRemoteAccessSessionLogsSplunk.md +2 -0
- data/docs/OpenAITargetDetails.md +26 -0
- data/docs/SplunkLogForwardingConfig.md +2 -0
- data/docs/StaticSecretSync.md +2 -0
- data/docs/TargetCreateGemini.md +36 -0
- data/docs/TargetCreateGodaddy.md +2 -0
- data/docs/TargetCreateOpenAI.md +40 -0
- data/docs/TargetTypeDetailsInput.md +4 -0
- data/docs/TargetUpdateGemini.md +42 -0
- data/docs/TargetUpdateGodaddy.md +2 -0
- data/docs/TargetUpdateOpenAI.md +46 -0
- data/docs/UpdateGodaddyTarget.md +2 -0
- data/docs/V2Api.md +252 -0
- data/docs/WebBastionRdpRecord.md +6 -0
- data/lib/akeyless/api/v2_api.rb +256 -0
- data/lib/akeyless/models/azure_log_analytics_forwarding_config.rb +10 -1
- data/lib/akeyless/models/certificate_template_info.rb +10 -1
- data/lib/akeyless/models/create_classic_key.rb +14 -2
- data/lib/akeyless/models/create_dfc_key.rb +14 -2
- data/lib/akeyless/models/create_godaddy_target.rb +11 -1
- data/lib/akeyless/models/create_key.rb +14 -2
- data/lib/akeyless/models/dynamic_secret_create_k8s.rb +11 -1
- data/lib/akeyless/models/dynamic_secret_update_k8s.rb +11 -1
- data/lib/akeyless/models/gateway_create_producer_native_k8_s.rb +11 -1
- data/lib/akeyless/models/gateway_update_log_forwarding_azure_analytics.rb +13 -1
- data/lib/akeyless/models/gateway_update_log_forwarding_splunk.rb +13 -1
- data/lib/akeyless/models/gateway_update_producer_native_k8_s.rb +11 -1
- data/lib/akeyless/models/gateway_update_remote_access_rdp_recordings.rb +31 -1
- data/lib/akeyless/models/gemini_target_details.rb +233 -0
- data/lib/akeyless/models/generate_csr.rb +13 -1
- data/lib/akeyless/models/godaddy_target_details.rb +11 -1
- data/lib/akeyless/models/gw_update_remote_access_session_logs_azure_analytics.rb +13 -1
- data/lib/akeyless/models/gw_update_remote_access_session_logs_splunk.rb +13 -1
- data/lib/akeyless/models/open_ai_target_details.rb +251 -0
- data/lib/akeyless/models/splunk_log_forwarding_config.rb +10 -1
- data/lib/akeyless/models/static_secret_sync.rb +11 -1
- data/lib/akeyless/models/target_create_gemini.rb +317 -0
- data/lib/akeyless/models/target_create_godaddy.rb +11 -1
- data/lib/akeyless/models/target_create_open_ai.rb +337 -0
- data/lib/akeyless/models/target_type_details_input.rb +19 -1
- data/lib/akeyless/models/target_update_gemini.rb +351 -0
- data/lib/akeyless/models/target_update_godaddy.rb +11 -1
- data/lib/akeyless/models/target_update_open_ai.rb +371 -0
- data/lib/akeyless/models/update_godaddy_target.rb +11 -1
- data/lib/akeyless/models/web_bastion_rdp_record.rb +28 -1
- data/lib/akeyless/version.rb +1 -1
- data/lib/akeyless.rb +6 -0
- data/spec/models/gemini_target_details_spec.rb +48 -0
- data/spec/models/open_ai_target_details_spec.rb +60 -0
- data/spec/models/target_create_gemini_spec.rb +90 -0
- data/spec/models/target_create_open_ai_spec.rb +102 -0
- data/spec/models/target_update_gemini_spec.rb +108 -0
- data/spec/models/target_update_open_ai_spec.rb +120 -0
- metadata +26 -2
@@ -0,0 +1,42 @@
|
|
1
|
+
# Akeyless::TargetUpdateGemini
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **api_key** | **String** | API key for Gemini | [optional] |
|
8
|
+
| **description** | **String** | Description of the object | [optional][default to 'default_comment'] |
|
9
|
+
| **gemini_url** | **String** | Base URL of the Gemini API | [optional][default to 'https://generativelanguage.googleapis.com'] |
|
10
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
11
|
+
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
12
|
+
| **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
13
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
14
|
+
| **model** | **String** | Default model to use with Gemini | [optional] |
|
15
|
+
| **name** | **String** | Target name | |
|
16
|
+
| **new_comment** | **String** | Deprecated - use description | [optional][default to 'default_comment'] |
|
17
|
+
| **new_name** | **String** | New target name | [optional] |
|
18
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
19
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
20
|
+
|
21
|
+
## Example
|
22
|
+
|
23
|
+
```ruby
|
24
|
+
require 'akeyless'
|
25
|
+
|
26
|
+
instance = Akeyless::TargetUpdateGemini.new(
|
27
|
+
api_key: null,
|
28
|
+
description: null,
|
29
|
+
gemini_url: null,
|
30
|
+
json: null,
|
31
|
+
keep_prev_version: null,
|
32
|
+
key: null,
|
33
|
+
max_versions: null,
|
34
|
+
model: null,
|
35
|
+
name: null,
|
36
|
+
new_comment: null,
|
37
|
+
new_name: null,
|
38
|
+
token: null,
|
39
|
+
uid_token: null
|
40
|
+
)
|
41
|
+
```
|
42
|
+
|
data/docs/TargetUpdateGodaddy.md
CHANGED
@@ -5,6 +5,7 @@
|
|
5
5
|
| Name | Type | Description | Notes |
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **api_key** | **String** | Key of the api credentials to the Godaddy account | |
|
8
|
+
| **customer_id** | **String** | Customer ID (ShopperId) required for renewal of imported certificates | [optional] |
|
8
9
|
| **description** | **String** | Description of the object | [optional] |
|
9
10
|
| **imap_fqdn** | **String** | ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS | |
|
10
11
|
| **imap_password** | **String** | ImapPassword to access the IMAP service | |
|
@@ -28,6 +29,7 @@ require 'akeyless'
|
|
28
29
|
|
29
30
|
instance = Akeyless::TargetUpdateGodaddy.new(
|
30
31
|
api_key: null,
|
32
|
+
customer_id: null,
|
31
33
|
description: null,
|
32
34
|
imap_fqdn: null,
|
33
35
|
imap_password: null,
|
@@ -0,0 +1,46 @@
|
|
1
|
+
# Akeyless::TargetUpdateOpenAI
|
2
|
+
|
3
|
+
## Properties
|
4
|
+
|
5
|
+
| Name | Type | Description | Notes |
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
7
|
+
| **api_key** | **String** | API key for OpenAI | [optional] |
|
8
|
+
| **api_key_id** | **String** | API key ID | [optional] |
|
9
|
+
| **description** | **String** | Description of the object | [optional][default to 'default_comment'] |
|
10
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
11
|
+
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
12
|
+
| **key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional] |
|
13
|
+
| **max_versions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
|
14
|
+
| **model** | **String** | Default model to use with OpenAI | [optional] |
|
15
|
+
| **name** | **String** | Target name | |
|
16
|
+
| **new_comment** | **String** | Deprecated - use description | [optional][default to 'default_comment'] |
|
17
|
+
| **new_name** | **String** | New target name | [optional] |
|
18
|
+
| **openai_url** | **String** | Base URL of the OpenAI API | [optional][default to 'https://api.openai.com/v1'] |
|
19
|
+
| **organization_id** | **String** | Organization ID | [optional] |
|
20
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
21
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
22
|
+
|
23
|
+
## Example
|
24
|
+
|
25
|
+
```ruby
|
26
|
+
require 'akeyless'
|
27
|
+
|
28
|
+
instance = Akeyless::TargetUpdateOpenAI.new(
|
29
|
+
api_key: null,
|
30
|
+
api_key_id: null,
|
31
|
+
description: null,
|
32
|
+
json: null,
|
33
|
+
keep_prev_version: null,
|
34
|
+
key: null,
|
35
|
+
max_versions: null,
|
36
|
+
model: null,
|
37
|
+
name: null,
|
38
|
+
new_comment: null,
|
39
|
+
new_name: null,
|
40
|
+
openai_url: null,
|
41
|
+
organization_id: null,
|
42
|
+
token: null,
|
43
|
+
uid_token: null
|
44
|
+
)
|
45
|
+
```
|
46
|
+
|
data/docs/UpdateGodaddyTarget.md
CHANGED
@@ -6,6 +6,7 @@
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **api_key** | **String** | Key of the api credentials to the Godaddy account | |
|
8
8
|
| **comment** | **String** | Deprecated - use description | [optional] |
|
9
|
+
| **customer_id** | **String** | Customer ID (ShopperId) required for renewal of imported certificates | [optional] |
|
9
10
|
| **description** | **String** | Description of the object | [optional] |
|
10
11
|
| **imap_fqdn** | **String** | ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS | |
|
11
12
|
| **imap_password** | **String** | ImapPassword to access the IMAP service | |
|
@@ -31,6 +32,7 @@ require 'akeyless'
|
|
31
32
|
instance = Akeyless::UpdateGodaddyTarget.new(
|
32
33
|
api_key: null,
|
33
34
|
comment: null,
|
35
|
+
customer_id: null,
|
34
36
|
description: null,
|
35
37
|
imap_fqdn: null,
|
36
38
|
imap_password: null,
|
data/docs/V2Api.md
CHANGED
@@ -447,6 +447,7 @@ All URIs are relative to *https://api.akeyless.io*
|
|
447
447
|
| [**target_create_dockerhub**](V2Api.md#target_create_dockerhub) | **POST** /target-create-dockerhub | |
|
448
448
|
| [**target_create_eks**](V2Api.md#target_create_eks) | **POST** /target-create-eks | |
|
449
449
|
| [**target_create_gcp**](V2Api.md#target_create_gcp) | **POST** /target-create-gcp | |
|
450
|
+
| [**target_create_gemini**](V2Api.md#target_create_gemini) | **POST** /target-create-gemini | |
|
450
451
|
| [**target_create_github**](V2Api.md#target_create_github) | **POST** /target-create-github | |
|
451
452
|
| [**target_create_gitlab**](V2Api.md#target_create_gitlab) | **POST** /target-create-gitlab | |
|
452
453
|
| [**target_create_gke**](V2Api.md#target_create_gke) | **POST** /target-create-gke | |
|
@@ -457,6 +458,7 @@ All URIs are relative to *https://api.akeyless.io*
|
|
457
458
|
| [**target_create_k8s**](V2Api.md#target_create_k8s) | **POST** /target-create-k8s | |
|
458
459
|
| [**target_create_ldap**](V2Api.md#target_create_ldap) | **POST** /target-create-ldap | |
|
459
460
|
| [**target_create_linked**](V2Api.md#target_create_linked) | **POST** /target-create-linked | |
|
461
|
+
| [**target_create_open_ai**](V2Api.md#target_create_open_ai) | **POST** /target-create-openai | |
|
460
462
|
| [**target_create_ping**](V2Api.md#target_create_ping) | **POST** /target-create-ping | |
|
461
463
|
| [**target_create_rabbit_mq**](V2Api.md#target_create_rabbit_mq) | **POST** /target-create-rabbitmq | |
|
462
464
|
| [**target_create_salesforce**](V2Api.md#target_create_salesforce) | **POST** /target-create-salesforce | |
|
@@ -476,6 +478,7 @@ All URIs are relative to *https://api.akeyless.io*
|
|
476
478
|
| [**target_update_dockerhub**](V2Api.md#target_update_dockerhub) | **POST** /target-update-dockerhub | |
|
477
479
|
| [**target_update_eks**](V2Api.md#target_update_eks) | **POST** /target-update-eks | |
|
478
480
|
| [**target_update_gcp**](V2Api.md#target_update_gcp) | **POST** /target-update-gcp | |
|
481
|
+
| [**target_update_gemini**](V2Api.md#target_update_gemini) | **POST** /target-update-gemini | |
|
479
482
|
| [**target_update_github**](V2Api.md#target_update_github) | **POST** /target-update-github | |
|
480
483
|
| [**target_update_gitlab**](V2Api.md#target_update_gitlab) | **POST** /target-update-gitlab | |
|
481
484
|
| [**target_update_gke**](V2Api.md#target_update_gke) | **POST** /target-update-gke | |
|
@@ -486,6 +489,7 @@ All URIs are relative to *https://api.akeyless.io*
|
|
486
489
|
| [**target_update_k8s**](V2Api.md#target_update_k8s) | **POST** /target-update-k8s | |
|
487
490
|
| [**target_update_ldap**](V2Api.md#target_update_ldap) | **POST** /target-update-ldap | |
|
488
491
|
| [**target_update_linked**](V2Api.md#target_update_linked) | **POST** /target-update-linked | |
|
492
|
+
| [**target_update_open_ai**](V2Api.md#target_update_open_ai) | **POST** /target-update-openai | |
|
489
493
|
| [**target_update_ping**](V2Api.md#target_update_ping) | **POST** /target-update-ping | |
|
490
494
|
| [**target_update_rabbit_mq**](V2Api.md#target_update_rabbit_mq) | **POST** /target-update-rabbitmq | |
|
491
495
|
| [**target_update_salesforce**](V2Api.md#target_update_salesforce) | **POST** /target-update-salesforce | |
|
@@ -28067,6 +28071,68 @@ No authorization required
|
|
28067
28071
|
- **Accept**: application/json
|
28068
28072
|
|
28069
28073
|
|
28074
|
+
## target_create_gemini
|
28075
|
+
|
28076
|
+
> <TargetCreateOutput> target_create_gemini(target_create_gemini)
|
28077
|
+
|
28078
|
+
|
28079
|
+
|
28080
|
+
### Examples
|
28081
|
+
|
28082
|
+
```ruby
|
28083
|
+
require 'time'
|
28084
|
+
require 'akeyless'
|
28085
|
+
|
28086
|
+
api_instance = Akeyless::V2Api.new
|
28087
|
+
target_create_gemini = Akeyless::TargetCreateGemini.new({name: 'name_example'}) # TargetCreateGemini |
|
28088
|
+
|
28089
|
+
begin
|
28090
|
+
|
28091
|
+
result = api_instance.target_create_gemini(target_create_gemini)
|
28092
|
+
p result
|
28093
|
+
rescue Akeyless::ApiError => e
|
28094
|
+
puts "Error when calling V2Api->target_create_gemini: #{e}"
|
28095
|
+
end
|
28096
|
+
```
|
28097
|
+
|
28098
|
+
#### Using the target_create_gemini_with_http_info variant
|
28099
|
+
|
28100
|
+
This returns an Array which contains the response data, status code and headers.
|
28101
|
+
|
28102
|
+
> <Array(<TargetCreateOutput>, Integer, Hash)> target_create_gemini_with_http_info(target_create_gemini)
|
28103
|
+
|
28104
|
+
```ruby
|
28105
|
+
begin
|
28106
|
+
|
28107
|
+
data, status_code, headers = api_instance.target_create_gemini_with_http_info(target_create_gemini)
|
28108
|
+
p status_code # => 2xx
|
28109
|
+
p headers # => { ... }
|
28110
|
+
p data # => <TargetCreateOutput>
|
28111
|
+
rescue Akeyless::ApiError => e
|
28112
|
+
puts "Error when calling V2Api->target_create_gemini_with_http_info: #{e}"
|
28113
|
+
end
|
28114
|
+
```
|
28115
|
+
|
28116
|
+
### Parameters
|
28117
|
+
|
28118
|
+
| Name | Type | Description | Notes |
|
28119
|
+
| ---- | ---- | ----------- | ----- |
|
28120
|
+
| **target_create_gemini** | [**TargetCreateGemini**](TargetCreateGemini.md) | | |
|
28121
|
+
|
28122
|
+
### Return type
|
28123
|
+
|
28124
|
+
[**TargetCreateOutput**](TargetCreateOutput.md)
|
28125
|
+
|
28126
|
+
### Authorization
|
28127
|
+
|
28128
|
+
No authorization required
|
28129
|
+
|
28130
|
+
### HTTP request headers
|
28131
|
+
|
28132
|
+
- **Content-Type**: application/json
|
28133
|
+
- **Accept**: application/json
|
28134
|
+
|
28135
|
+
|
28070
28136
|
## target_create_github
|
28071
28137
|
|
28072
28138
|
> <TargetCreateOutput> target_create_github(target_create_github)
|
@@ -28687,6 +28753,68 @@ No authorization required
|
|
28687
28753
|
- **Accept**: application/json
|
28688
28754
|
|
28689
28755
|
|
28756
|
+
## target_create_open_ai
|
28757
|
+
|
28758
|
+
> <TargetCreateOutput> target_create_open_ai(target_create_open_ai)
|
28759
|
+
|
28760
|
+
|
28761
|
+
|
28762
|
+
### Examples
|
28763
|
+
|
28764
|
+
```ruby
|
28765
|
+
require 'time'
|
28766
|
+
require 'akeyless'
|
28767
|
+
|
28768
|
+
api_instance = Akeyless::V2Api.new
|
28769
|
+
target_create_open_ai = Akeyless::TargetCreateOpenAI.new({name: 'name_example'}) # TargetCreateOpenAI |
|
28770
|
+
|
28771
|
+
begin
|
28772
|
+
|
28773
|
+
result = api_instance.target_create_open_ai(target_create_open_ai)
|
28774
|
+
p result
|
28775
|
+
rescue Akeyless::ApiError => e
|
28776
|
+
puts "Error when calling V2Api->target_create_open_ai: #{e}"
|
28777
|
+
end
|
28778
|
+
```
|
28779
|
+
|
28780
|
+
#### Using the target_create_open_ai_with_http_info variant
|
28781
|
+
|
28782
|
+
This returns an Array which contains the response data, status code and headers.
|
28783
|
+
|
28784
|
+
> <Array(<TargetCreateOutput>, Integer, Hash)> target_create_open_ai_with_http_info(target_create_open_ai)
|
28785
|
+
|
28786
|
+
```ruby
|
28787
|
+
begin
|
28788
|
+
|
28789
|
+
data, status_code, headers = api_instance.target_create_open_ai_with_http_info(target_create_open_ai)
|
28790
|
+
p status_code # => 2xx
|
28791
|
+
p headers # => { ... }
|
28792
|
+
p data # => <TargetCreateOutput>
|
28793
|
+
rescue Akeyless::ApiError => e
|
28794
|
+
puts "Error when calling V2Api->target_create_open_ai_with_http_info: #{e}"
|
28795
|
+
end
|
28796
|
+
```
|
28797
|
+
|
28798
|
+
### Parameters
|
28799
|
+
|
28800
|
+
| Name | Type | Description | Notes |
|
28801
|
+
| ---- | ---- | ----------- | ----- |
|
28802
|
+
| **target_create_open_ai** | [**TargetCreateOpenAI**](TargetCreateOpenAI.md) | | |
|
28803
|
+
|
28804
|
+
### Return type
|
28805
|
+
|
28806
|
+
[**TargetCreateOutput**](TargetCreateOutput.md)
|
28807
|
+
|
28808
|
+
### Authorization
|
28809
|
+
|
28810
|
+
No authorization required
|
28811
|
+
|
28812
|
+
### HTTP request headers
|
28813
|
+
|
28814
|
+
- **Content-Type**: application/json
|
28815
|
+
- **Accept**: application/json
|
28816
|
+
|
28817
|
+
|
28690
28818
|
## target_create_ping
|
28691
28819
|
|
28692
28820
|
> <TargetCreateOutput> target_create_ping(target_create_ping)
|
@@ -29865,6 +29993,68 @@ No authorization required
|
|
29865
29993
|
- **Accept**: application/json
|
29866
29994
|
|
29867
29995
|
|
29996
|
+
## target_update_gemini
|
29997
|
+
|
29998
|
+
> <TargetUpdateOutput> target_update_gemini(target_update_gemini)
|
29999
|
+
|
30000
|
+
|
30001
|
+
|
30002
|
+
### Examples
|
30003
|
+
|
30004
|
+
```ruby
|
30005
|
+
require 'time'
|
30006
|
+
require 'akeyless'
|
30007
|
+
|
30008
|
+
api_instance = Akeyless::V2Api.new
|
30009
|
+
target_update_gemini = Akeyless::TargetUpdateGemini.new({name: 'name_example'}) # TargetUpdateGemini |
|
30010
|
+
|
30011
|
+
begin
|
30012
|
+
|
30013
|
+
result = api_instance.target_update_gemini(target_update_gemini)
|
30014
|
+
p result
|
30015
|
+
rescue Akeyless::ApiError => e
|
30016
|
+
puts "Error when calling V2Api->target_update_gemini: #{e}"
|
30017
|
+
end
|
30018
|
+
```
|
30019
|
+
|
30020
|
+
#### Using the target_update_gemini_with_http_info variant
|
30021
|
+
|
30022
|
+
This returns an Array which contains the response data, status code and headers.
|
30023
|
+
|
30024
|
+
> <Array(<TargetUpdateOutput>, Integer, Hash)> target_update_gemini_with_http_info(target_update_gemini)
|
30025
|
+
|
30026
|
+
```ruby
|
30027
|
+
begin
|
30028
|
+
|
30029
|
+
data, status_code, headers = api_instance.target_update_gemini_with_http_info(target_update_gemini)
|
30030
|
+
p status_code # => 2xx
|
30031
|
+
p headers # => { ... }
|
30032
|
+
p data # => <TargetUpdateOutput>
|
30033
|
+
rescue Akeyless::ApiError => e
|
30034
|
+
puts "Error when calling V2Api->target_update_gemini_with_http_info: #{e}"
|
30035
|
+
end
|
30036
|
+
```
|
30037
|
+
|
30038
|
+
### Parameters
|
30039
|
+
|
30040
|
+
| Name | Type | Description | Notes |
|
30041
|
+
| ---- | ---- | ----------- | ----- |
|
30042
|
+
| **target_update_gemini** | [**TargetUpdateGemini**](TargetUpdateGemini.md) | | |
|
30043
|
+
|
30044
|
+
### Return type
|
30045
|
+
|
30046
|
+
[**TargetUpdateOutput**](TargetUpdateOutput.md)
|
30047
|
+
|
30048
|
+
### Authorization
|
30049
|
+
|
30050
|
+
No authorization required
|
30051
|
+
|
30052
|
+
### HTTP request headers
|
30053
|
+
|
30054
|
+
- **Content-Type**: application/json
|
30055
|
+
- **Accept**: application/json
|
30056
|
+
|
30057
|
+
|
29868
30058
|
## target_update_github
|
29869
30059
|
|
29870
30060
|
> <TargetUpdateOutput> target_update_github(target_update_github)
|
@@ -30485,6 +30675,68 @@ No authorization required
|
|
30485
30675
|
- **Accept**: application/json
|
30486
30676
|
|
30487
30677
|
|
30678
|
+
## target_update_open_ai
|
30679
|
+
|
30680
|
+
> <TargetUpdateOutput> target_update_open_ai(target_update_open_ai)
|
30681
|
+
|
30682
|
+
|
30683
|
+
|
30684
|
+
### Examples
|
30685
|
+
|
30686
|
+
```ruby
|
30687
|
+
require 'time'
|
30688
|
+
require 'akeyless'
|
30689
|
+
|
30690
|
+
api_instance = Akeyless::V2Api.new
|
30691
|
+
target_update_open_ai = Akeyless::TargetUpdateOpenAI.new({name: 'name_example'}) # TargetUpdateOpenAI |
|
30692
|
+
|
30693
|
+
begin
|
30694
|
+
|
30695
|
+
result = api_instance.target_update_open_ai(target_update_open_ai)
|
30696
|
+
p result
|
30697
|
+
rescue Akeyless::ApiError => e
|
30698
|
+
puts "Error when calling V2Api->target_update_open_ai: #{e}"
|
30699
|
+
end
|
30700
|
+
```
|
30701
|
+
|
30702
|
+
#### Using the target_update_open_ai_with_http_info variant
|
30703
|
+
|
30704
|
+
This returns an Array which contains the response data, status code and headers.
|
30705
|
+
|
30706
|
+
> <Array(<TargetUpdateOutput>, Integer, Hash)> target_update_open_ai_with_http_info(target_update_open_ai)
|
30707
|
+
|
30708
|
+
```ruby
|
30709
|
+
begin
|
30710
|
+
|
30711
|
+
data, status_code, headers = api_instance.target_update_open_ai_with_http_info(target_update_open_ai)
|
30712
|
+
p status_code # => 2xx
|
30713
|
+
p headers # => { ... }
|
30714
|
+
p data # => <TargetUpdateOutput>
|
30715
|
+
rescue Akeyless::ApiError => e
|
30716
|
+
puts "Error when calling V2Api->target_update_open_ai_with_http_info: #{e}"
|
30717
|
+
end
|
30718
|
+
```
|
30719
|
+
|
30720
|
+
### Parameters
|
30721
|
+
|
30722
|
+
| Name | Type | Description | Notes |
|
30723
|
+
| ---- | ---- | ----------- | ----- |
|
30724
|
+
| **target_update_open_ai** | [**TargetUpdateOpenAI**](TargetUpdateOpenAI.md) | | |
|
30725
|
+
|
30726
|
+
### Return type
|
30727
|
+
|
30728
|
+
[**TargetUpdateOutput**](TargetUpdateOutput.md)
|
30729
|
+
|
30730
|
+
### Authorization
|
30731
|
+
|
30732
|
+
No authorization required
|
30733
|
+
|
30734
|
+
### HTTP request headers
|
30735
|
+
|
30736
|
+
- **Content-Type**: application/json
|
30737
|
+
- **Accept**: application/json
|
30738
|
+
|
30739
|
+
|
30488
30740
|
## target_update_ping
|
30489
30741
|
|
30490
30742
|
> <TargetUpdateOutput> target_update_ping(target_update_ping)
|
data/docs/WebBastionRdpRecord.md
CHANGED
@@ -6,6 +6,9 @@
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
7
7
|
| **aws** | [**AwsStorage**](AwsStorage.md) | | [optional] |
|
8
8
|
| **azure** | [**AzureStorage**](AzureStorage.md) | | [optional] |
|
9
|
+
| **compress** | **Boolean** | | [optional] |
|
10
|
+
| **encryption_key** | **String** | | [optional] |
|
11
|
+
| **recording_quality** | **String** | | [optional] |
|
9
12
|
| **storage_type** | **String** | | [optional] |
|
10
13
|
|
11
14
|
## Example
|
@@ -16,6 +19,9 @@ require 'akeyless'
|
|
16
19
|
instance = Akeyless::WebBastionRdpRecord.new(
|
17
20
|
aws: null,
|
18
21
|
azure: null,
|
22
|
+
compress: null,
|
23
|
+
encryption_key: null,
|
24
|
+
recording_quality: null,
|
19
25
|
storage_type: null
|
20
26
|
)
|
21
27
|
```
|