akeyless 5.0.7 → 5.0.9
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 +12 -1
- data/docs/Auth.md +4 -0
- data/docs/AuthOutput.md +2 -0
- data/docs/CreateRole.md +2 -0
- data/docs/DSProducerDetails.md +10 -0
- data/docs/DynamicSecretCreateOpenAI.md +40 -0
- data/docs/DynamicSecretUpdateOpenAI.md +42 -0
- data/docs/EsmGetSecretOutput.md +2 -0
- data/docs/EventForwarderCreateTeams.md +44 -0
- data/docs/EventForwarderUpdateTeams.md +46 -0
- data/docs/GatewayCreateAllowedAccess.md +1 -1
- data/docs/GatewayUpdateAllowedAccess.md +1 -1
- data/docs/GeminiTargetDetails.md +2 -2
- data/docs/GetCertChallenge.md +22 -0
- data/docs/GetCertChallengeOutput.md +18 -0
- data/docs/NotiForwarder.md +2 -0
- data/docs/OpenAITargetDetails.md +5 -5
- data/docs/PathRule.md +2 -0
- data/docs/ReverseRBACClient.md +2 -0
- data/docs/RoleAuthMethodAssociation.md +2 -0
- data/docs/SecretInfo.md +2 -0
- data/docs/SharingItemFullInfo.md +2 -0
- data/docs/TargetItemAssociation.md +2 -0
- data/docs/UpdateRole.md +2 -0
- data/docs/UscCreate.md +2 -0
- data/docs/UscGetSecretOutput.md +2 -0
- data/docs/UscUpdate.md +2 -0
- data/docs/V2Api.md +315 -0
- data/lib/akeyless/api/v2_api.rb +320 -0
- data/lib/akeyless/models/auth.rb +21 -1
- data/lib/akeyless/models/auth_output.rb +10 -1
- data/lib/akeyless/models/create_role.rb +11 -1
- data/lib/akeyless/models/ds_producer_details.rb +46 -1
- data/lib/akeyless/models/dynamic_secret_create_open_ai.rb +339 -0
- data/lib/akeyless/models/dynamic_secret_update_open_ai.rb +349 -0
- data/lib/akeyless/models/esm_get_secret_output.rb +10 -1
- data/lib/akeyless/models/event_forwarder_create_teams.rb +385 -0
- data/lib/akeyless/models/event_forwarder_update_teams.rb +391 -0
- data/lib/akeyless/models/gateway_create_allowed_access.rb +1 -1
- data/lib/akeyless/models/gateway_update_allowed_access.rb +1 -1
- data/lib/akeyless/models/gemini_target_details.rb +7 -7
- data/lib/akeyless/models/get_cert_challenge.rb +238 -0
- data/lib/akeyless/models/get_cert_challenge_output.rb +214 -0
- data/lib/akeyless/models/noti_forwarder.rb +10 -1
- data/lib/akeyless/models/open_ai_target_details.rb +19 -19
- data/lib/akeyless/models/path_rule.rb +11 -1
- data/lib/akeyless/models/reverse_rbac_client.rb +10 -1
- data/lib/akeyless/models/role_auth_method_association.rb +10 -1
- data/lib/akeyless/models/secret_info.rb +10 -1
- data/lib/akeyless/models/sharing_item_full_info.rb +11 -1
- data/lib/akeyless/models/target_item_association.rb +10 -1
- data/lib/akeyless/models/update_role.rb +11 -1
- data/lib/akeyless/models/usc_create.rb +11 -1
- data/lib/akeyless/models/usc_get_secret_output.rb +10 -1
- data/lib/akeyless/models/usc_update.rb +11 -1
- data/lib/akeyless/version.rb +1 -1
- data/lib/akeyless.rb +6 -0
- data/spec/models/dynamic_secret_create_open_ai_spec.rb +102 -0
- data/spec/models/dynamic_secret_update_open_ai_spec.rb +108 -0
- data/spec/models/event_forwarder_create_teams_spec.rb +114 -0
- data/spec/models/event_forwarder_update_teams_spec.rb +120 -0
- data/spec/models/get_cert_challenge_output_spec.rb +36 -0
- data/spec/models/get_cert_challenge_spec.rb +48 -0
- metadata +25 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 258019c17a037f4390deebe69637b27931bbc10e4da0b7c812ae2ff012fb048b
|
|
4
|
+
data.tar.gz: 85abc07e889750d84290f7a75be4eabd5bf7954c4d544195d5f520df172ca8ea
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 1baefcb014271eec3926409d3c526cfdcc35c72e85b2c0a4da1f5f711549b814e3a3025e41f7d2e822952f14c5b3395c5d473d6f2d64413ca42028616b1ecdaa
|
|
7
|
+
data.tar.gz: 93732203e015f2de4826cdd824f47045c370f5a727adc9e52379b94148c92a93d3f1516064e00fa36bead13750ac86c493e741b0641cdee1cc51a124bd6bee8a
|
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: 3.0
|
|
10
|
-
- Package version: 5.0.
|
|
10
|
+
- Package version: 5.0.9
|
|
11
11
|
- Generator version: 7.10.0
|
|
12
12
|
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
|
|
13
13
|
For more information, please visit [http://akeyless.io](http://akeyless.io)
|
|
@@ -201,6 +201,7 @@ Class | Method | HTTP request | Description
|
|
|
201
201
|
*Akeyless::V2Api* | [**dynamic_secret_create_mongo_db**](docs/V2Api.md#dynamic_secret_create_mongo_db) | **POST** /dynamic-secret-create-mongodb |
|
|
202
202
|
*Akeyless::V2Api* | [**dynamic_secret_create_ms_sql**](docs/V2Api.md#dynamic_secret_create_ms_sql) | **POST** /dynamic-secret-create-mssql |
|
|
203
203
|
*Akeyless::V2Api* | [**dynamic_secret_create_my_sql**](docs/V2Api.md#dynamic_secret_create_my_sql) | **POST** /dynamic-secret-create-mysql |
|
|
204
|
+
*Akeyless::V2Api* | [**dynamic_secret_create_open_ai**](docs/V2Api.md#dynamic_secret_create_open_ai) | **POST** /dynamic-secret-create-openai |
|
|
204
205
|
*Akeyless::V2Api* | [**dynamic_secret_create_oracle_db**](docs/V2Api.md#dynamic_secret_create_oracle_db) | **POST** /dynamic-secret-create-oracle |
|
|
205
206
|
*Akeyless::V2Api* | [**dynamic_secret_create_ping**](docs/V2Api.md#dynamic_secret_create_ping) | **POST** /dynamic-secret-create-ping |
|
|
206
207
|
*Akeyless::V2Api* | [**dynamic_secret_create_postgre_sql**](docs/V2Api.md#dynamic_secret_create_postgre_sql) | **POST** /dynamic-secret-create-postgresql |
|
|
@@ -235,6 +236,7 @@ Class | Method | HTTP request | Description
|
|
|
235
236
|
*Akeyless::V2Api* | [**dynamic_secret_update_mongo_db**](docs/V2Api.md#dynamic_secret_update_mongo_db) | **POST** /dynamic-secret-update-mongo |
|
|
236
237
|
*Akeyless::V2Api* | [**dynamic_secret_update_ms_sql**](docs/V2Api.md#dynamic_secret_update_ms_sql) | **POST** /dynamic-secret-update-mssql |
|
|
237
238
|
*Akeyless::V2Api* | [**dynamic_secret_update_my_sql**](docs/V2Api.md#dynamic_secret_update_my_sql) | **POST** /dynamic-secret-update-mysql |
|
|
239
|
+
*Akeyless::V2Api* | [**dynamic_secret_update_open_ai**](docs/V2Api.md#dynamic_secret_update_open_ai) | **POST** /dynamic-secret-update-openai |
|
|
238
240
|
*Akeyless::V2Api* | [**dynamic_secret_update_oracle_db**](docs/V2Api.md#dynamic_secret_update_oracle_db) | **POST** /dynamic-secret-update-oracle |
|
|
239
241
|
*Akeyless::V2Api* | [**dynamic_secret_update_ping**](docs/V2Api.md#dynamic_secret_update_ping) | **POST** /dynamic-secret-update-ping |
|
|
240
242
|
*Akeyless::V2Api* | [**dynamic_secret_update_postgre_sql**](docs/V2Api.md#dynamic_secret_update_postgre_sql) | **POST** /dynamic-secret-update-postgresql |
|
|
@@ -257,12 +259,14 @@ Class | Method | HTTP request | Description
|
|
|
257
259
|
*Akeyless::V2Api* | [**event_forwarder_create_email**](docs/V2Api.md#event_forwarder_create_email) | **POST** /event-forwarder-create-email |
|
|
258
260
|
*Akeyless::V2Api* | [**event_forwarder_create_service_now**](docs/V2Api.md#event_forwarder_create_service_now) | **POST** /event-forwarder-create-servicenow |
|
|
259
261
|
*Akeyless::V2Api* | [**event_forwarder_create_slack**](docs/V2Api.md#event_forwarder_create_slack) | **POST** /event-forwarder-create-slack |
|
|
262
|
+
*Akeyless::V2Api* | [**event_forwarder_create_teams**](docs/V2Api.md#event_forwarder_create_teams) | **POST** /event-forwarder-create-teams |
|
|
260
263
|
*Akeyless::V2Api* | [**event_forwarder_create_webhook**](docs/V2Api.md#event_forwarder_create_webhook) | **POST** /event-forwarder-create-webhook |
|
|
261
264
|
*Akeyless::V2Api* | [**event_forwarder_delete**](docs/V2Api.md#event_forwarder_delete) | **POST** /event-forwarder-delete |
|
|
262
265
|
*Akeyless::V2Api* | [**event_forwarder_get**](docs/V2Api.md#event_forwarder_get) | **POST** /event-forwarder-get |
|
|
263
266
|
*Akeyless::V2Api* | [**event_forwarder_update_email**](docs/V2Api.md#event_forwarder_update_email) | **POST** /event-forwarder-update-email |
|
|
264
267
|
*Akeyless::V2Api* | [**event_forwarder_update_service_now**](docs/V2Api.md#event_forwarder_update_service_now) | **POST** /event-forwarder-update-servicenow |
|
|
265
268
|
*Akeyless::V2Api* | [**event_forwarder_update_slack**](docs/V2Api.md#event_forwarder_update_slack) | **POST** /event-forwarder-update-slack |
|
|
269
|
+
*Akeyless::V2Api* | [**event_forwarder_update_teams**](docs/V2Api.md#event_forwarder_update_teams) | **POST** /event-forwarder-update-teams |
|
|
266
270
|
*Akeyless::V2Api* | [**event_forwarder_update_webhook**](docs/V2Api.md#event_forwarder_update_webhook) | **POST** /event-forwarder-update-webhook |
|
|
267
271
|
*Akeyless::V2Api* | [**export_classic_key**](docs/V2Api.md#export_classic_key) | **POST** /export-classic-key |
|
|
268
272
|
*Akeyless::V2Api* | [**gateway_create_allowed_access**](docs/V2Api.md#gateway_create_allowed_access) | **POST** /gateway-create-allowed-access |
|
|
@@ -376,6 +380,7 @@ Class | Method | HTTP request | Description
|
|
|
376
380
|
*Akeyless::V2Api* | [**get_account_settings**](docs/V2Api.md#get_account_settings) | **POST** /get-account-settings |
|
|
377
381
|
*Akeyless::V2Api* | [**get_analytics_data**](docs/V2Api.md#get_analytics_data) | **POST** /get-analytics-data |
|
|
378
382
|
*Akeyless::V2Api* | [**get_auth_method**](docs/V2Api.md#get_auth_method) | **POST** /get-auth-method |
|
|
383
|
+
*Akeyless::V2Api* | [**get_cert_challenge**](docs/V2Api.md#get_cert_challenge) | **POST** /get-cert-challenge |
|
|
379
384
|
*Akeyless::V2Api* | [**get_certificate_value**](docs/V2Api.md#get_certificate_value) | **POST** /get-certificate-value |
|
|
380
385
|
*Akeyless::V2Api* | [**get_dynamic_secret_value**](docs/V2Api.md#get_dynamic_secret_value) | **POST** /get-dynamic-secret-value |
|
|
381
386
|
*Akeyless::V2Api* | [**get_event_forwarder**](docs/V2Api.md#get_event_forwarder) | **POST** /get-event-forwarder |
|
|
@@ -935,6 +940,7 @@ Class | Method | HTTP request | Description
|
|
|
935
940
|
- [Akeyless::DynamicSecretCreateMongoDb](docs/DynamicSecretCreateMongoDb.md)
|
|
936
941
|
- [Akeyless::DynamicSecretCreateMsSql](docs/DynamicSecretCreateMsSql.md)
|
|
937
942
|
- [Akeyless::DynamicSecretCreateMySql](docs/DynamicSecretCreateMySql.md)
|
|
943
|
+
- [Akeyless::DynamicSecretCreateOpenAI](docs/DynamicSecretCreateOpenAI.md)
|
|
938
944
|
- [Akeyless::DynamicSecretCreateOracleDb](docs/DynamicSecretCreateOracleDb.md)
|
|
939
945
|
- [Akeyless::DynamicSecretCreateOutput](docs/DynamicSecretCreateOutput.md)
|
|
940
946
|
- [Akeyless::DynamicSecretCreatePing](docs/DynamicSecretCreatePing.md)
|
|
@@ -974,6 +980,7 @@ Class | Method | HTTP request | Description
|
|
|
974
980
|
- [Akeyless::DynamicSecretUpdateMongoDb](docs/DynamicSecretUpdateMongoDb.md)
|
|
975
981
|
- [Akeyless::DynamicSecretUpdateMsSql](docs/DynamicSecretUpdateMsSql.md)
|
|
976
982
|
- [Akeyless::DynamicSecretUpdateMySql](docs/DynamicSecretUpdateMySql.md)
|
|
983
|
+
- [Akeyless::DynamicSecretUpdateOpenAI](docs/DynamicSecretUpdateOpenAI.md)
|
|
977
984
|
- [Akeyless::DynamicSecretUpdateOracleDb](docs/DynamicSecretUpdateOracleDb.md)
|
|
978
985
|
- [Akeyless::DynamicSecretUpdateOutput](docs/DynamicSecretUpdateOutput.md)
|
|
979
986
|
- [Akeyless::DynamicSecretUpdatePing](docs/DynamicSecretUpdatePing.md)
|
|
@@ -1012,6 +1019,7 @@ Class | Method | HTTP request | Description
|
|
|
1012
1019
|
- [Akeyless::EventForwarderCreateEmail](docs/EventForwarderCreateEmail.md)
|
|
1013
1020
|
- [Akeyless::EventForwarderCreateServiceNow](docs/EventForwarderCreateServiceNow.md)
|
|
1014
1021
|
- [Akeyless::EventForwarderCreateSlack](docs/EventForwarderCreateSlack.md)
|
|
1022
|
+
- [Akeyless::EventForwarderCreateTeams](docs/EventForwarderCreateTeams.md)
|
|
1015
1023
|
- [Akeyless::EventForwarderCreateUpdateOutput](docs/EventForwarderCreateUpdateOutput.md)
|
|
1016
1024
|
- [Akeyless::EventForwarderCreateWebhook](docs/EventForwarderCreateWebhook.md)
|
|
1017
1025
|
- [Akeyless::EventForwarderDelete](docs/EventForwarderDelete.md)
|
|
@@ -1021,6 +1029,7 @@ Class | Method | HTTP request | Description
|
|
|
1021
1029
|
- [Akeyless::EventForwarderUpdateEmail](docs/EventForwarderUpdateEmail.md)
|
|
1022
1030
|
- [Akeyless::EventForwarderUpdateServiceNow](docs/EventForwarderUpdateServiceNow.md)
|
|
1023
1031
|
- [Akeyless::EventForwarderUpdateSlack](docs/EventForwarderUpdateSlack.md)
|
|
1032
|
+
- [Akeyless::EventForwarderUpdateTeams](docs/EventForwarderUpdateTeams.md)
|
|
1024
1033
|
- [Akeyless::EventForwarderUpdateWebhook](docs/EventForwarderUpdateWebhook.md)
|
|
1025
1034
|
- [Akeyless::ExportClassicKey](docs/ExportClassicKey.md)
|
|
1026
1035
|
- [Akeyless::ExportClassicKeyOutput](docs/ExportClassicKeyOutput.md)
|
|
@@ -1230,6 +1239,8 @@ Class | Method | HTTP request | Description
|
|
|
1230
1239
|
- [Akeyless::GetAccountSettingsCommandOutput](docs/GetAccountSettingsCommandOutput.md)
|
|
1231
1240
|
- [Akeyless::GetAnalyticsData](docs/GetAnalyticsData.md)
|
|
1232
1241
|
- [Akeyless::GetAuthMethod](docs/GetAuthMethod.md)
|
|
1242
|
+
- [Akeyless::GetCertChallenge](docs/GetCertChallenge.md)
|
|
1243
|
+
- [Akeyless::GetCertChallengeOutput](docs/GetCertChallengeOutput.md)
|
|
1233
1244
|
- [Akeyless::GetCertificateValue](docs/GetCertificateValue.md)
|
|
1234
1245
|
- [Akeyless::GetCertificateValueOutput](docs/GetCertificateValueOutput.md)
|
|
1235
1246
|
- [Akeyless::GetDynamicSecretValue](docs/GetDynamicSecretValue.md)
|
data/docs/Auth.md
CHANGED
|
@@ -10,6 +10,7 @@
|
|
|
10
10
|
| **account_id** | **String** | Account id (relevant only for access-type=password where the email address is associated with more than one account) | [optional] |
|
|
11
11
|
| **admin_email** | **String** | Email (relevant only for access-type=password) | [optional] |
|
|
12
12
|
| **admin_password** | **String** | Password (relevant only for access-type=password) | [optional] |
|
|
13
|
+
| **cert_challenge** | **String** | Certificate challenge encoded in base64. (relevant only for access-type=cert) | [optional] |
|
|
13
14
|
| **cert_data** | **String** | Certificate data encoded in base64. Used if file was not provided. (relevant only for access-type=cert) | [optional] |
|
|
14
15
|
| **cloud_id** | **String** | The cloud identity (relevant only for access-type=azure_ad,aws_iam,gcp) | [optional] |
|
|
15
16
|
| **debug** | **Boolean** | | [optional] |
|
|
@@ -30,6 +31,7 @@
|
|
|
30
31
|
| **oci_auth_type** | **String** | The type of the OCI configuration to use [instance/apikey/resource] (relevant only for access-type=oci) | [optional][default to 'apikey'] |
|
|
31
32
|
| **oci_group_ocid** | **Array<String>** | A list of Oracle Cloud IDs groups (relevant only for access-type=oci) | [optional] |
|
|
32
33
|
| **otp** | **String** | | [optional] |
|
|
34
|
+
| **signed_cert_challenge** | **String** | Signed certificate challenge encoded in base64. (relevant only for access-type=cert) | [optional] |
|
|
33
35
|
| **uid_token** | **String** | The universal_identity token (relevant only for access-type=universal_identity) | [optional] |
|
|
34
36
|
| **use_remote_browser** | **Boolean** | Returns a link to complete the authentication remotely (relevant only for access-type=saml/oidc) | [optional] |
|
|
35
37
|
| **username** | **String** | LDAP username (relevant only for access-type=ldap) | [optional] |
|
|
@@ -46,6 +48,7 @@ instance = Akeyless::Auth.new(
|
|
|
46
48
|
account_id: null,
|
|
47
49
|
admin_email: null,
|
|
48
50
|
admin_password: null,
|
|
51
|
+
cert_challenge: null,
|
|
49
52
|
cert_data: null,
|
|
50
53
|
cloud_id: null,
|
|
51
54
|
debug: null,
|
|
@@ -66,6 +69,7 @@ instance = Akeyless::Auth.new(
|
|
|
66
69
|
oci_auth_type: null,
|
|
67
70
|
oci_group_ocid: null,
|
|
68
71
|
otp: null,
|
|
72
|
+
signed_cert_challenge: null,
|
|
69
73
|
uid_token: null,
|
|
70
74
|
use_remote_browser: null,
|
|
71
75
|
username: null
|
data/docs/AuthOutput.md
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **complete_auth_link** | **String** | | [optional] |
|
|
8
8
|
| **creds** | [**SystemAccessCredentialsReplyObj**](SystemAccessCredentialsReplyObj.md) | | [optional] |
|
|
9
|
+
| **expiration** | **String** | | [optional] |
|
|
9
10
|
| **token** | **String** | | [optional] |
|
|
10
11
|
|
|
11
12
|
## Example
|
|
@@ -16,6 +17,7 @@ require 'akeyless'
|
|
|
16
17
|
instance = Akeyless::AuthOutput.new(
|
|
17
18
|
complete_auth_link: null,
|
|
18
19
|
creds: null,
|
|
20
|
+
expiration: null,
|
|
19
21
|
token: null
|
|
20
22
|
)
|
|
21
23
|
```
|
data/docs/CreateRole.md
CHANGED
|
@@ -14,6 +14,7 @@
|
|
|
14
14
|
| **gw_analytics_access** | **String** | Allow this role to view gw analytics. Currently only 'none', 'own', 'all' values are supported, allowing associated auth methods to view reports produced by the same auth methods. | [optional] |
|
|
15
15
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
16
16
|
| **name** | **String** | Role name | |
|
|
17
|
+
| **reverse_rbac_access** | **String** | Allow this role to view Reverse RBAC. Supported values: 'own', 'all'. | [optional] |
|
|
17
18
|
| **sra_reports_access** | **String** | Allow this role to view SRA Clusters. Currently only 'none', 'own', 'all' values are supported. | [optional] |
|
|
18
19
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
19
20
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -35,6 +36,7 @@ instance = Akeyless::CreateRole.new(
|
|
|
35
36
|
gw_analytics_access: null,
|
|
36
37
|
json: null,
|
|
37
38
|
name: null,
|
|
39
|
+
reverse_rbac_access: null,
|
|
38
40
|
sra_reports_access: null,
|
|
39
41
|
token: null,
|
|
40
42
|
uid_token: null,
|
data/docs/DSProducerDetails.md
CHANGED
|
@@ -11,6 +11,8 @@
|
|
|
11
11
|
| **admin_pwd** | **String** | | [optional] |
|
|
12
12
|
| **admin_rotation_interval_days** | **Integer** | | [optional] |
|
|
13
13
|
| **administrative_port** | **String** | | [optional] |
|
|
14
|
+
| **api_key** | **String** | | [optional] |
|
|
15
|
+
| **api_key_id** | **String** | | [optional] |
|
|
14
16
|
| **artifactory_admin_apikey** | **String** | | [optional] |
|
|
15
17
|
| **artifactory_admin_username** | **String** | | [optional] |
|
|
16
18
|
| **artifactory_base_url** | **String** | | [optional] |
|
|
@@ -190,9 +192,11 @@
|
|
|
190
192
|
| **mssql_revocation_statements** | **String** | | [optional] |
|
|
191
193
|
| **mysql_creation_statements** | **String** | | [optional] |
|
|
192
194
|
| **mysql_revocation_statements** | **String** | | [optional] |
|
|
195
|
+
| **openai_url** | **String** | | [optional] |
|
|
193
196
|
| **oracle_creation_statements** | **String** | | [optional] |
|
|
194
197
|
| **oracle_revocation_statements** | **String** | | [optional] |
|
|
195
198
|
| **oracle_wallet_details** | [**WalletDetails**](WalletDetails.md) | | [optional] |
|
|
199
|
+
| **organization_id** | **String** | | [optional] |
|
|
196
200
|
| **password** | **String** | | [optional] |
|
|
197
201
|
| **password_length** | **Integer** | | [optional] |
|
|
198
202
|
| **password_policy** | **String** | | [optional] |
|
|
@@ -201,6 +205,7 @@
|
|
|
201
205
|
| **postgres_creation_statements** | **String** | | [optional] |
|
|
202
206
|
| **postgres_revocation_statements** | **String** | | [optional] |
|
|
203
207
|
| **privileged_user** | **String** | | [optional] |
|
|
208
|
+
| **project_id** | **String** | | [optional] |
|
|
204
209
|
| **rabbitmq_server_password** | **String** | | [optional] |
|
|
205
210
|
| **rabbitmq_server_uri** | **String** | | [optional] |
|
|
206
211
|
| **rabbitmq_server_user** | **String** | | [optional] |
|
|
@@ -270,6 +275,8 @@ instance = Akeyless::DSProducerDetails.new(
|
|
|
270
275
|
admin_pwd: null,
|
|
271
276
|
admin_rotation_interval_days: null,
|
|
272
277
|
administrative_port: null,
|
|
278
|
+
api_key: null,
|
|
279
|
+
api_key_id: null,
|
|
273
280
|
artifactory_admin_apikey: null,
|
|
274
281
|
artifactory_admin_username: null,
|
|
275
282
|
artifactory_base_url: null,
|
|
@@ -449,9 +456,11 @@ instance = Akeyless::DSProducerDetails.new(
|
|
|
449
456
|
mssql_revocation_statements: null,
|
|
450
457
|
mysql_creation_statements: null,
|
|
451
458
|
mysql_revocation_statements: null,
|
|
459
|
+
openai_url: null,
|
|
452
460
|
oracle_creation_statements: null,
|
|
453
461
|
oracle_revocation_statements: null,
|
|
454
462
|
oracle_wallet_details: null,
|
|
463
|
+
organization_id: null,
|
|
455
464
|
password: null,
|
|
456
465
|
password_length: null,
|
|
457
466
|
password_policy: null,
|
|
@@ -460,6 +469,7 @@ instance = Akeyless::DSProducerDetails.new(
|
|
|
460
469
|
postgres_creation_statements: null,
|
|
461
470
|
postgres_revocation_statements: null,
|
|
462
471
|
privileged_user: null,
|
|
472
|
+
project_id: null,
|
|
463
473
|
rabbitmq_server_password: null,
|
|
464
474
|
rabbitmq_server_uri: null,
|
|
465
475
|
rabbitmq_server_user: null,
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
# Akeyless::DynamicSecretCreateOpenAI
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **custom_username_template** | **String** | Customize how temporary usernames are generated using go template | [optional] |
|
|
8
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
9
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
10
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
11
|
+
| **name** | **String** | Dynamic secret name | |
|
|
12
|
+
| **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
|
|
13
|
+
| **project_id** | **String** | Project ID | [optional] |
|
|
14
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
15
|
+
| **target_name** | **String** | Name of existing target to use in producer creation | [optional] |
|
|
16
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
17
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
18
|
+
| **user_ttl** | **String** | User TTL | [optional][default to '60m'] |
|
|
19
|
+
|
|
20
|
+
## Example
|
|
21
|
+
|
|
22
|
+
```ruby
|
|
23
|
+
require 'akeyless'
|
|
24
|
+
|
|
25
|
+
instance = Akeyless::DynamicSecretCreateOpenAI.new(
|
|
26
|
+
custom_username_template: null,
|
|
27
|
+
delete_protection: null,
|
|
28
|
+
description: null,
|
|
29
|
+
json: null,
|
|
30
|
+
name: null,
|
|
31
|
+
producer_encryption_key_name: null,
|
|
32
|
+
project_id: null,
|
|
33
|
+
tags: null,
|
|
34
|
+
target_name: null,
|
|
35
|
+
token: null,
|
|
36
|
+
uid_token: null,
|
|
37
|
+
user_ttl: null
|
|
38
|
+
)
|
|
39
|
+
```
|
|
40
|
+
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
# Akeyless::DynamicSecretUpdateOpenAI
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **custom_username_template** | **String** | Customize how temporary usernames are generated using go template | [optional] |
|
|
8
|
+
| **delete_protection** | **String** | Protection from accidental deletion of this object [true/false] | [optional] |
|
|
9
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
10
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
11
|
+
| **name** | **String** | Dynamic secret name | |
|
|
12
|
+
| **new_name** | **String** | Dynamic secret name | [optional] |
|
|
13
|
+
| **producer_encryption_key_name** | **String** | Dynamic producer encryption key | [optional] |
|
|
14
|
+
| **project_id** | **String** | Project ID | [optional] |
|
|
15
|
+
| **tags** | **Array<String>** | Add tags attached to this object | [optional] |
|
|
16
|
+
| **target_name** | **String** | Name of existing target to use in producer creation | [optional] |
|
|
17
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
18
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
19
|
+
| **user_ttl** | **String** | User TTL | [optional][default to '60m'] |
|
|
20
|
+
|
|
21
|
+
## Example
|
|
22
|
+
|
|
23
|
+
```ruby
|
|
24
|
+
require 'akeyless'
|
|
25
|
+
|
|
26
|
+
instance = Akeyless::DynamicSecretUpdateOpenAI.new(
|
|
27
|
+
custom_username_template: null,
|
|
28
|
+
delete_protection: null,
|
|
29
|
+
description: null,
|
|
30
|
+
json: null,
|
|
31
|
+
name: null,
|
|
32
|
+
new_name: null,
|
|
33
|
+
producer_encryption_key_name: null,
|
|
34
|
+
project_id: null,
|
|
35
|
+
tags: null,
|
|
36
|
+
target_name: null,
|
|
37
|
+
token: null,
|
|
38
|
+
uid_token: null,
|
|
39
|
+
user_ttl: null
|
|
40
|
+
)
|
|
41
|
+
```
|
|
42
|
+
|
data/docs/EsmGetSecretOutput.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **binary_value** | **Boolean** | | [optional] |
|
|
8
|
+
| **encryption_key** | **String** | | [optional] |
|
|
8
9
|
| **id** | **String** | | [optional] |
|
|
9
10
|
| **metadata** | **Object** | | [optional] |
|
|
10
11
|
| **name** | **String** | | [optional] |
|
|
@@ -17,6 +18,7 @@ require 'akeyless'
|
|
|
17
18
|
|
|
18
19
|
instance = Akeyless::EsmGetSecretOutput.new(
|
|
19
20
|
binary_value: null,
|
|
21
|
+
encryption_key: null,
|
|
20
22
|
id: null,
|
|
21
23
|
metadata: null,
|
|
22
24
|
name: null,
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
# Akeyless::EventForwarderCreateTeams
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **auth_methods_event_source_locations** | **Array<String>** | Auth Method Event sources | [optional] |
|
|
8
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
9
|
+
| **event_types** | **Array<String>** | List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync] | [optional] |
|
|
10
|
+
| **every** | **String** | Rate of periodic runner repetition in hours | [optional] |
|
|
11
|
+
| **gateways_event_source_locations** | **Array<String>** | Event sources | |
|
|
12
|
+
| **items_event_source_locations** | **Array<String>** | Items Event sources | [optional] |
|
|
13
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
14
|
+
| **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] |
|
|
15
|
+
| **name** | **String** | EventForwarder name | |
|
|
16
|
+
| **runner_type** | **String** | | |
|
|
17
|
+
| **targets_event_source_locations** | **Array<String>** | Targets Event sources | [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
|
+
| **url** | **String** | Teams Webhook URL | |
|
|
21
|
+
|
|
22
|
+
## Example
|
|
23
|
+
|
|
24
|
+
```ruby
|
|
25
|
+
require 'akeyless'
|
|
26
|
+
|
|
27
|
+
instance = Akeyless::EventForwarderCreateTeams.new(
|
|
28
|
+
auth_methods_event_source_locations: null,
|
|
29
|
+
description: null,
|
|
30
|
+
event_types: null,
|
|
31
|
+
every: null,
|
|
32
|
+
gateways_event_source_locations: null,
|
|
33
|
+
items_event_source_locations: null,
|
|
34
|
+
json: null,
|
|
35
|
+
key: null,
|
|
36
|
+
name: null,
|
|
37
|
+
runner_type: null,
|
|
38
|
+
targets_event_source_locations: null,
|
|
39
|
+
token: null,
|
|
40
|
+
uid_token: null,
|
|
41
|
+
url: null
|
|
42
|
+
)
|
|
43
|
+
```
|
|
44
|
+
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# Akeyless::EventForwarderUpdateTeams
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **auth_methods_event_source_locations** | **Array<String>** | Auth Method Event sources | [optional] |
|
|
8
|
+
| **description** | **String** | Description of the object | [optional] |
|
|
9
|
+
| **enable** | **String** | Enable/Disable Event Forwarder [true/false] | [optional][default to 'true'] |
|
|
10
|
+
| **event_types** | **Array<String>** | List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, certificate-provisioning-success, certificate-provisioning-failure, auth-method-pending-expiration, auth-method-expired, next-automatic-rotation, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure, apply-justification, email-auth-method-approved, usage, rotation-usage, gateway-inactive, static-secret-updated, rate-limiting, usage-report, secret-sync] | [optional] |
|
|
11
|
+
| **gateways_event_source_locations** | **Array<String>** | Event sources | |
|
|
12
|
+
| **items_event_source_locations** | **Array<String>** | Items Event sources | [optional] |
|
|
13
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
14
|
+
| **keep_prev_version** | **String** | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
|
|
15
|
+
| **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] |
|
|
16
|
+
| **name** | **String** | EventForwarder name | |
|
|
17
|
+
| **new_name** | **String** | New EventForwarder name | [optional] |
|
|
18
|
+
| **targets_event_source_locations** | **Array<String>** | Targets Event sources | [optional] |
|
|
19
|
+
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
20
|
+
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
21
|
+
| **url** | **String** | Teams Webhook URL | |
|
|
22
|
+
|
|
23
|
+
## Example
|
|
24
|
+
|
|
25
|
+
```ruby
|
|
26
|
+
require 'akeyless'
|
|
27
|
+
|
|
28
|
+
instance = Akeyless::EventForwarderUpdateTeams.new(
|
|
29
|
+
auth_methods_event_source_locations: null,
|
|
30
|
+
description: null,
|
|
31
|
+
enable: null,
|
|
32
|
+
event_types: null,
|
|
33
|
+
gateways_event_source_locations: null,
|
|
34
|
+
items_event_source_locations: null,
|
|
35
|
+
json: null,
|
|
36
|
+
keep_prev_version: null,
|
|
37
|
+
key: null,
|
|
38
|
+
name: null,
|
|
39
|
+
new_name: null,
|
|
40
|
+
targets_event_source_locations: null,
|
|
41
|
+
token: null,
|
|
42
|
+
uid_token: null,
|
|
43
|
+
url: null
|
|
44
|
+
)
|
|
45
|
+
```
|
|
46
|
+
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
| **description** | **String** | Allowed access description | [optional] |
|
|
11
11
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
12
12
|
| **name** | **String** | Allowed access name | |
|
|
13
|
-
| **permissions** | **String** | Permissions Comma-seperated list of permissions for this allowed access. Available permissions: [defaults,targets,classic_keys,automatic_migration,ldap_auth,dynamic_secret,k8s_auth,log_forwarding,zero_knowledge_encryption,rotated_secret,caching,event_forwarding,admin,kmip,general] | [optional] |
|
|
13
|
+
| **permissions** | **String** | Permissions Comma-seperated list of permissions for this allowed access. Available permissions: [defaults,targets,classic_keys,automatic_migration,ldap_auth,dynamic_secret,k8s_auth,log_forwarding,zero_knowledge_encryption,rotated_secret,caching,event_forwarding,admin,kmip,general,rotate_secret_value] | [optional] |
|
|
14
14
|
| **sub_claims** | **Hash<String, String>** | Sub claims key/val of sub claims, e.g group=admins,developers | [optional] |
|
|
15
15
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
16
16
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
12
12
|
| **name** | **String** | Allowed access name | |
|
|
13
13
|
| **new_name** | **String** | New allowed access name | [optional] |
|
|
14
|
-
| **permissions** | **String** | Permissions Comma-seperated list of permissions for this allowed access. Available permissions: [defaults,targets,classic_keys,automatic_migration,ldap_auth,dynamic_secret,k8s_auth,log_forwarding,zero_knowledge_encryption,rotated_secret,caching,event_forwarding,admin,kmip,general] | [optional] |
|
|
14
|
+
| **permissions** | **String** | Permissions Comma-seperated list of permissions for this allowed access. Available permissions: [defaults,targets,classic_keys,automatic_migration,ldap_auth,dynamic_secret,k8s_auth,log_forwarding,zero_knowledge_encryption,rotated_secret,caching,event_forwarding,admin,kmip,general,rotate_secret_value] | [optional] |
|
|
15
15
|
| **sub_claims** | **Hash<String, String>** | Sub claims key/val of sub claims, e.g group=admins,developers | [optional] |
|
|
16
16
|
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
|
|
17
17
|
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
|
data/docs/GeminiTargetDetails.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **api_key** | **String** | | [optional] |
|
|
8
|
-
| **
|
|
8
|
+
| **gemini_url** | **String** | | [optional] |
|
|
9
9
|
| **model** | **String** | | [optional] |
|
|
10
10
|
|
|
11
11
|
## Example
|
|
@@ -15,7 +15,7 @@ require 'akeyless'
|
|
|
15
15
|
|
|
16
16
|
instance = Akeyless::GeminiTargetDetails.new(
|
|
17
17
|
api_key: null,
|
|
18
|
-
|
|
18
|
+
gemini_url: null,
|
|
19
19
|
model: null
|
|
20
20
|
)
|
|
21
21
|
```
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
# Akeyless::GetCertChallenge
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **access_id** | **String** | Access ID | [optional] |
|
|
8
|
+
| **cert_data** | **String** | Certificate data encoded in base64. Used if file was not provided. | [optional] |
|
|
9
|
+
| **json** | **Boolean** | Set output format to JSON | [optional][default to false] |
|
|
10
|
+
|
|
11
|
+
## Example
|
|
12
|
+
|
|
13
|
+
```ruby
|
|
14
|
+
require 'akeyless'
|
|
15
|
+
|
|
16
|
+
instance = Akeyless::GetCertChallenge.new(
|
|
17
|
+
access_id: null,
|
|
18
|
+
cert_data: null,
|
|
19
|
+
json: null
|
|
20
|
+
)
|
|
21
|
+
```
|
|
22
|
+
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Akeyless::GetCertChallengeOutput
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
|
|
5
|
+
| Name | Type | Description | Notes |
|
|
6
|
+
| ---- | ---- | ----------- | ----- |
|
|
7
|
+
| **challenge** | **String** | | [optional] |
|
|
8
|
+
|
|
9
|
+
## Example
|
|
10
|
+
|
|
11
|
+
```ruby
|
|
12
|
+
require 'akeyless'
|
|
13
|
+
|
|
14
|
+
instance = Akeyless::GetCertChallengeOutput.new(
|
|
15
|
+
challenge: null
|
|
16
|
+
)
|
|
17
|
+
```
|
|
18
|
+
|
data/docs/NotiForwarder.md
CHANGED
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
| **protection_key** | **String** | | [optional] |
|
|
26
26
|
| **runner_type** | **String** | | [optional] |
|
|
27
27
|
| **slack_noti_forwarder_public_details** | **Object** | | [optional] |
|
|
28
|
+
| **teams_noti_forwarder_public_details** | **Object** | | [optional] |
|
|
28
29
|
| **timespan_in_seconds** | **Integer** | | [optional] |
|
|
29
30
|
| **to_emails** | [**Array<EmailEntry>**](EmailEntry.md) | | [optional] |
|
|
30
31
|
| **user_email** | **String** | | [optional] |
|
|
@@ -59,6 +60,7 @@ instance = Akeyless::NotiForwarder.new(
|
|
|
59
60
|
protection_key: null,
|
|
60
61
|
runner_type: null,
|
|
61
62
|
slack_noti_forwarder_public_details: null,
|
|
63
|
+
teams_noti_forwarder_public_details: null,
|
|
62
64
|
timespan_in_seconds: null,
|
|
63
65
|
to_emails: null,
|
|
64
66
|
user_email: null,
|
data/docs/OpenAITargetDetails.md
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **api_key** | **String** | | [optional] |
|
|
8
8
|
| **api_key_id** | **String** | | [optional] |
|
|
9
|
-
| **
|
|
10
|
-
| **model** | **String** | | [optional] |
|
|
9
|
+
| **openai_url** | **String** | | [optional] |
|
|
11
10
|
| **organization_id** | **String** | | [optional] |
|
|
11
|
+
| **project_id** | **String** | | [optional] |
|
|
12
12
|
|
|
13
13
|
## Example
|
|
14
14
|
|
|
@@ -18,9 +18,9 @@ require 'akeyless'
|
|
|
18
18
|
instance = Akeyless::OpenAITargetDetails.new(
|
|
19
19
|
api_key: null,
|
|
20
20
|
api_key_id: null,
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
21
|
+
openai_url: null,
|
|
22
|
+
organization_id: null,
|
|
23
|
+
project_id: null
|
|
24
24
|
)
|
|
25
25
|
```
|
|
26
26
|
|
data/docs/PathRule.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
| **capabilities** | **Array<String>** | The approved/denied capabilities in the path | [optional] |
|
|
9
9
|
| **cb** | **Integer** | | [optional] |
|
|
10
10
|
| **is_limit_access** | **Boolean** | flag that indicate that this rule is allowed to be access RemainingAccess of times. | [optional] |
|
|
11
|
+
| **item_id** | **Integer** | The item id this rule directly refers to (when applicable) | [optional] |
|
|
11
12
|
| **number_of_access_used** | **Integer** | | [optional] |
|
|
12
13
|
| **number_of_allowed_access** | **Integer** | | [optional] |
|
|
13
14
|
| **path** | **String** | The path the rule refers to | [optional] |
|
|
@@ -25,6 +26,7 @@ instance = Akeyless::PathRule.new(
|
|
|
25
26
|
capabilities: null,
|
|
26
27
|
cb: null,
|
|
27
28
|
is_limit_access: null,
|
|
29
|
+
item_id: null,
|
|
28
30
|
number_of_access_used: null,
|
|
29
31
|
number_of_allowed_access: null,
|
|
30
32
|
path: null,
|
data/docs/ReverseRBACClient.md
CHANGED
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
| Name | Type | Description | Notes |
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **assocs** | [**Array<AuthMethodRoleAssociation>**](AuthMethodRoleAssociation.md) | | [optional] |
|
|
8
|
+
| **auth_method_id** | **Integer** | | [optional] |
|
|
8
9
|
| **auth_method_name** | **String** | | [optional] |
|
|
9
10
|
|
|
10
11
|
## Example
|
|
@@ -14,6 +15,7 @@ require 'akeyless'
|
|
|
14
15
|
|
|
15
16
|
instance = Akeyless::ReverseRBACClient.new(
|
|
16
17
|
assocs: null,
|
|
18
|
+
auth_method_id: null,
|
|
17
19
|
auth_method_name: null
|
|
18
20
|
)
|
|
19
21
|
```
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
| ---- | ---- | ----------- | ----- |
|
|
7
7
|
| **assoc_id** | **String** | | [optional] |
|
|
8
8
|
| **auth_method_access_id** | **String** | | [optional] |
|
|
9
|
+
| **auth_method_id** | **Integer** | | [optional] |
|
|
9
10
|
| **auth_method_name** | **String** | | [optional] |
|
|
10
11
|
| **auth_method_sub_claims** | **Hash<String, Array<String>>** | | [optional] |
|
|
11
12
|
| **is_subclaims_with_operator** | **Boolean** | | [optional] |
|
|
@@ -19,6 +20,7 @@ require 'akeyless'
|
|
|
19
20
|
instance = Akeyless::RoleAuthMethodAssociation.new(
|
|
20
21
|
assoc_id: null,
|
|
21
22
|
auth_method_access_id: null,
|
|
23
|
+
auth_method_id: null,
|
|
22
24
|
auth_method_name: null,
|
|
23
25
|
auth_method_sub_claims: null,
|
|
24
26
|
is_subclaims_with_operator: null,
|
data/docs/SecretInfo.md
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
| **created** | **Time** | | [optional] |
|
|
8
8
|
| **description** | **String** | | [optional] |
|
|
9
9
|
| **expiration** | **Time** | | [optional] |
|
|
10
|
+
| **key_id** | **String** | | [optional] |
|
|
10
11
|
| **last_retrieved** | **Time** | | [optional] |
|
|
11
12
|
| **location** | **Object** | | [optional] |
|
|
12
13
|
| **name** | **String** | | [optional] |
|
|
@@ -26,6 +27,7 @@ instance = Akeyless::SecretInfo.new(
|
|
|
26
27
|
created: null,
|
|
27
28
|
description: null,
|
|
28
29
|
expiration: null,
|
|
30
|
+
key_id: null,
|
|
29
31
|
last_retrieved: null,
|
|
30
32
|
location: null,
|
|
31
33
|
name: null,
|
data/docs/SharingItemFullInfo.md
CHANGED
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
| **capabilities** | **Array<String>** | The approved/denied capabilities in the path | [optional] |
|
|
9
9
|
| **cb** | **Integer** | | [optional] |
|
|
10
10
|
| **is_limit_access** | **Boolean** | flag that indicate that this rule is allowed to be access RemainingAccess of times. | [optional] |
|
|
11
|
+
| **item_id** | **Integer** | The item id this rule directly refers to (when applicable) | [optional] |
|
|
11
12
|
| **name** | **String** | | [optional] |
|
|
12
13
|
| **number_of_access_used** | **Integer** | | [optional] |
|
|
13
14
|
| **number_of_allowed_access** | **Integer** | | [optional] |
|
|
@@ -26,6 +27,7 @@ instance = Akeyless::SharingItemFullInfo.new(
|
|
|
26
27
|
capabilities: null,
|
|
27
28
|
cb: null,
|
|
28
29
|
is_limit_access: null,
|
|
30
|
+
item_id: null,
|
|
29
31
|
name: null,
|
|
30
32
|
number_of_access_used: null,
|
|
31
33
|
number_of_allowed_access: null,
|
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
| **assoc_id** | **String** | | [optional] |
|
|
8
8
|
| **attributes** | **Hash<String, String>** | | [optional] |
|
|
9
9
|
| **cluster_id** | **Integer** | | [optional] |
|
|
10
|
+
| **item_id** | **Integer** | | [optional] |
|
|
10
11
|
| **item_name** | **String** | | [optional] |
|
|
11
12
|
| **item_type** | **String** | | [optional] |
|
|
12
13
|
| **relationship** | **String** | | [optional] |
|
|
@@ -20,6 +21,7 @@ instance = Akeyless::TargetItemAssociation.new(
|
|
|
20
21
|
assoc_id: null,
|
|
21
22
|
attributes: null,
|
|
22
23
|
cluster_id: null,
|
|
24
|
+
item_id: null,
|
|
23
25
|
item_name: null,
|
|
24
26
|
item_type: null,
|
|
25
27
|
relationship: null
|