Skip to content

Commit 7da1154

Browse files
committed
"Release v4.2.3"
1 parent 30dba54 commit 7da1154

File tree

1,069 files changed

+4957
-1111
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,069 files changed

+4957
-1111
lines changed

.openapi-generator/FILES

+21-2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ docs/ActiveDirectoryPayload.md
2121
docs/AddGatewayAllowedAccessId.md
2222
docs/AdminsConfigPart.md
2323
docs/AkeylessGatewayConfig.md
24+
docs/AliasDetails.md
25+
docs/AliasDetailsOutput.md
2426
docs/AllAnalyticsData.md
2527
docs/AllowedAccess.md
2628
docs/AllowedAccessOld.md
@@ -76,6 +78,8 @@ docs/BastionListEntry.md
7678
docs/BastionsList.md
7779
docs/BatchEncryptionRequestLine.md
7880
docs/BatchEncryptionResponseLine.md
81+
docs/BatchTokenizationRequestLine.md
82+
docs/BatchTokenizationResponseLine.md
7983
docs/CFConfigPart.md
8084
docs/CacheConfigPart.md
8185
docs/CertAccessRules.md
@@ -776,6 +780,7 @@ docs/SSHCertificateIssueDetails.md
776780
docs/SSHTargetDetails.md
777781
docs/SalesforceTargetDetails.md
778782
docs/SecretInfo.md
783+
docs/SectigoTargetDetails.md
779784
docs/SecureRemoteAccess.md
780785
docs/ServerInventoryMigration.md
781786
docs/ServerInventoryPayload.md
@@ -829,6 +834,7 @@ docs/TargetCreateOutput.md
829834
docs/TargetCreatePing.md
830835
docs/TargetCreateRabbitMq.md
831836
docs/TargetCreateSalesforce.md
837+
docs/TargetCreateSectigo.md
832838
docs/TargetCreateSsh.md
833839
docs/TargetCreateWeb.md
834840
docs/TargetCreateWindows.md
@@ -862,6 +868,7 @@ docs/TargetUpdateOutput.md
862868
docs/TargetUpdatePing.md
863869
docs/TargetUpdateRabbitMq.md
864870
docs/TargetUpdateSalesforce.md
871+
docs/TargetUpdateSectigo.md
865872
docs/TargetUpdateSsh.md
866873
docs/TargetUpdateWeb.md
867874
docs/TargetUpdateWindows.md
@@ -1028,6 +1035,8 @@ lib/akeyless/models/active_directory_payload.rb
10281035
lib/akeyless/models/add_gateway_allowed_access_id.rb
10291036
lib/akeyless/models/admins_config_part.rb
10301037
lib/akeyless/models/akeyless_gateway_config.rb
1038+
lib/akeyless/models/alias_details.rb
1039+
lib/akeyless/models/alias_details_output.rb
10311040
lib/akeyless/models/all_analytics_data.rb
10321041
lib/akeyless/models/allowed_access.rb
10331042
lib/akeyless/models/allowed_access_old.rb
@@ -1088,6 +1097,8 @@ lib/akeyless/models/bastion_list_entry.rb
10881097
lib/akeyless/models/bastions_list.rb
10891098
lib/akeyless/models/batch_encryption_request_line.rb
10901099
lib/akeyless/models/batch_encryption_response_line.rb
1100+
lib/akeyless/models/batch_tokenization_request_line.rb
1101+
lib/akeyless/models/batch_tokenization_response_line.rb
10911102
lib/akeyless/models/cache_config_part.rb
10921103
lib/akeyless/models/cert_access_rules.rb
10931104
lib/akeyless/models/certificate_analytic_aggregation.rb
@@ -1786,6 +1797,7 @@ lib/akeyless/models/salesforce_target_details.rb
17861797
lib/akeyless/models/saml_access_rules.rb
17871798
lib/akeyless/models/saml_attribute.rb
17881799
lib/akeyless/models/secret_info.rb
1800+
lib/akeyless/models/sectigo_target_details.rb
17891801
lib/akeyless/models/secure_remote_access.rb
17901802
lib/akeyless/models/server_inventory_migration.rb
17911803
lib/akeyless/models/server_inventory_payload.rb
@@ -1841,6 +1853,7 @@ lib/akeyless/models/target_create_output.rb
18411853
lib/akeyless/models/target_create_ping.rb
18421854
lib/akeyless/models/target_create_rabbit_mq.rb
18431855
lib/akeyless/models/target_create_salesforce.rb
1856+
lib/akeyless/models/target_create_sectigo.rb
18441857
lib/akeyless/models/target_create_ssh.rb
18451858
lib/akeyless/models/target_create_web.rb
18461859
lib/akeyless/models/target_create_windows.rb
@@ -1874,6 +1887,7 @@ lib/akeyless/models/target_update_output.rb
18741887
lib/akeyless/models/target_update_ping.rb
18751888
lib/akeyless/models/target_update_rabbit_mq.rb
18761889
lib/akeyless/models/target_update_salesforce.rb
1890+
lib/akeyless/models/target_update_sectigo.rb
18771891
lib/akeyless/models/target_update_ssh.rb
18781892
lib/akeyless/models/target_update_web.rb
18791893
lib/akeyless/models/target_update_windows.rb
@@ -2025,6 +2039,11 @@ lib/akeyless/models/windows_service_attributes.rb
20252039
lib/akeyless/models/windows_target_details.rb
20262040
lib/akeyless/models/zero_ssl_target_details.rb
20272041
lib/akeyless/version.rb
2028-
spec/models/batch_encryption_request_line_spec.rb
2029-
spec/models/batch_encryption_response_line_spec.rb
2042+
spec/models/alias_details_output_spec.rb
2043+
spec/models/alias_details_spec.rb
2044+
spec/models/batch_tokenization_request_line_spec.rb
2045+
spec/models/batch_tokenization_response_line_spec.rb
2046+
spec/models/sectigo_target_details_spec.rb
2047+
spec/models/target_create_sectigo_spec.rb
2048+
spec/models/target_update_sectigo_spec.rb
20302049
spec/spec_helper.rb

.openapi-generator/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.8.0-SNAPSHOT
1+
7.9.0-SNAPSHOT

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ script:
88
- bundle install --path vendor/bundle
99
- bundle exec rspec
1010
- gem build akeyless.gemspec
11-
- gem install ./akeyless-4.2.2.gem
11+
- gem install ./akeyless-4.2.3.gem

README.md

+15-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The purpose of this application is to provide access to Akeyless API.
77
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
88

99
- API version: 2.0
10-
- Package version: 4.2.2
11-
- Generator version: 7.8.0-SNAPSHOT
10+
- Package version: 4.2.3
11+
- Generator version: 7.9.0-SNAPSHOT
1212
- Build package: org.openapitools.codegen.languages.RubyClientCodegen
1313
For more information, please visit [http://akeyless.io](http://akeyless.io)
1414

@@ -60,11 +60,12 @@ All URIs are relative to *https://api.akeyless.io*
6060

6161
Class | Method | HTTP request | Description
6262
------------ | ------------- | ------------- | -------------
63+
*Akeyless::V2Api* | [**alias_details**](docs/V2Api.md#alias_details) | **GET** /alias-details |
6364
*Akeyless::V2Api* | [**assoc_role_auth_method**](docs/V2Api.md#assoc_role_auth_method) | **POST** /assoc-role-am |
6465
*Akeyless::V2Api* | [**assoc_target_item**](docs/V2Api.md#assoc_target_item) | **POST** /assoc-target-item |
6566
*Akeyless::V2Api* | [**auth**](docs/V2Api.md#auth) | **POST** /auth |
6667
*Akeyless::V2Api* | [**auth_method_create_api_key**](docs/V2Api.md#auth_method_create_api_key) | **POST** /auth-method-create-api-key |
67-
*Akeyless::V2Api* | [**auth_method_create_aws_iam**](docs/V2Api.md#auth_method_create_aws_iam) | **POST** /auth-method-create-aws |
68+
*Akeyless::V2Api* | [**auth_method_create_aws_iam**](docs/V2Api.md#auth_method_create_aws_iam) | **POST** /auth-method-create-aws-iam |
6869
*Akeyless::V2Api* | [**auth_method_create_azure_ad**](docs/V2Api.md#auth_method_create_azure_ad) | **POST** /auth-method-create-azure-ad |
6970
*Akeyless::V2Api* | [**auth_method_create_cert**](docs/V2Api.md#auth_method_create_cert) | **POST** /auth-method-create-cert |
7071
*Akeyless::V2Api* | [**auth_method_create_email**](docs/V2Api.md#auth_method_create_email) | **POST** /auth-method-create-email |
@@ -175,6 +176,7 @@ Class | Method | HTTP request | Description
175176
*Akeyless::V2Api* | [**describe_permissions**](docs/V2Api.md#describe_permissions) | **POST** /describe-permissions |
176177
*Akeyless::V2Api* | [**describe_sub_claims**](docs/V2Api.md#describe_sub_claims) | **POST** /describe-sub-claims |
177178
*Akeyless::V2Api* | [**detokenize**](docs/V2Api.md#detokenize) | **POST** /detokenize |
179+
*Akeyless::V2Api* | [**detokenize_batch**](docs/V2Api.md#detokenize_batch) | **POST** /detokenize-batch |
178180
*Akeyless::V2Api* | [**dynamic_secret_create_artifactory**](docs/V2Api.md#dynamic_secret_create_artifactory) | **POST** /dynamic-secret-create-artifactory |
179181
*Akeyless::V2Api* | [**dynamic_secret_create_aws**](docs/V2Api.md#dynamic_secret_create_aws) | **POST** /dynamic-secret-create-aws |
180182
*Akeyless::V2Api* | [**dynamic_secret_create_azure**](docs/V2Api.md#dynamic_secret_create_azure) | **POST** /dynamic-secret-create-azure |
@@ -482,6 +484,7 @@ Class | Method | HTTP request | Description
482484
*Akeyless::V2Api* | [**target_create_ping**](docs/V2Api.md#target_create_ping) | **POST** /target-create-ping |
483485
*Akeyless::V2Api* | [**target_create_rabbit_mq**](docs/V2Api.md#target_create_rabbit_mq) | **POST** /target-create-rabbitmq |
484486
*Akeyless::V2Api* | [**target_create_salesforce**](docs/V2Api.md#target_create_salesforce) | **POST** /target-create-salesforce |
487+
*Akeyless::V2Api* | [**target_create_sectigo**](docs/V2Api.md#target_create_sectigo) | **POST** /target-create-sectigo |
485488
*Akeyless::V2Api* | [**target_create_ssh**](docs/V2Api.md#target_create_ssh) | **POST** /target-create-ssh |
486489
*Akeyless::V2Api* | [**target_create_web**](docs/V2Api.md#target_create_web) | **POST** /target-create-web |
487490
*Akeyless::V2Api* | [**target_create_windows**](docs/V2Api.md#target_create_windows) | **POST** /target-create-windows |
@@ -510,11 +513,13 @@ Class | Method | HTTP request | Description
510513
*Akeyless::V2Api* | [**target_update_ping**](docs/V2Api.md#target_update_ping) | **POST** /target-update-ping |
511514
*Akeyless::V2Api* | [**target_update_rabbit_mq**](docs/V2Api.md#target_update_rabbit_mq) | **POST** /target-update-rabbitmq |
512515
*Akeyless::V2Api* | [**target_update_salesforce**](docs/V2Api.md#target_update_salesforce) | **POST** /target-update-salesforce |
516+
*Akeyless::V2Api* | [**target_update_sectigo**](docs/V2Api.md#target_update_sectigo) | **POST** /target-update-sectigo |
513517
*Akeyless::V2Api* | [**target_update_ssh**](docs/V2Api.md#target_update_ssh) | **POST** /target-update-ssh |
514518
*Akeyless::V2Api* | [**target_update_web**](docs/V2Api.md#target_update_web) | **POST** /target-update-web |
515519
*Akeyless::V2Api* | [**target_update_windows**](docs/V2Api.md#target_update_windows) | **POST** /target-update-windows |
516520
*Akeyless::V2Api* | [**target_update_zero_ssl**](docs/V2Api.md#target_update_zero_ssl) | **POST** /target-update-zerossl |
517521
*Akeyless::V2Api* | [**tokenize**](docs/V2Api.md#tokenize) | **POST** /tokenize |
522+
*Akeyless::V2Api* | [**tokenize_batch**](docs/V2Api.md#tokenize_batch) | **POST** /tokenize-batch |
518523
*Akeyless::V2Api* | [**uid_create_child_token**](docs/V2Api.md#uid_create_child_token) | **POST** /uid-create-child-token |
519524
*Akeyless::V2Api* | [**uid_generate_token**](docs/V2Api.md#uid_generate_token) | **POST** /uid-generate-token |
520525
*Akeyless::V2Api* | [**uid_list_children**](docs/V2Api.md#uid_list_children) | **POST** /uid-list-children |
@@ -611,6 +616,8 @@ Class | Method | HTTP request | Description
611616
- [Akeyless::AddGatewayAllowedAccessId](docs/AddGatewayAllowedAccessId.md)
612617
- [Akeyless::AdminsConfigPart](docs/AdminsConfigPart.md)
613618
- [Akeyless::AkeylessGatewayConfig](docs/AkeylessGatewayConfig.md)
619+
- [Akeyless::AliasDetails](docs/AliasDetails.md)
620+
- [Akeyless::AliasDetailsOutput](docs/AliasDetailsOutput.md)
614621
- [Akeyless::AllAnalyticsData](docs/AllAnalyticsData.md)
615622
- [Akeyless::AllowedAccess](docs/AllowedAccess.md)
616623
- [Akeyless::AllowedAccessOld](docs/AllowedAccessOld.md)
@@ -666,6 +673,8 @@ Class | Method | HTTP request | Description
666673
- [Akeyless::BastionsList](docs/BastionsList.md)
667674
- [Akeyless::BatchEncryptionRequestLine](docs/BatchEncryptionRequestLine.md)
668675
- [Akeyless::BatchEncryptionResponseLine](docs/BatchEncryptionResponseLine.md)
676+
- [Akeyless::BatchTokenizationRequestLine](docs/BatchTokenizationRequestLine.md)
677+
- [Akeyless::BatchTokenizationResponseLine](docs/BatchTokenizationResponseLine.md)
669678
- [Akeyless::CFConfigPart](docs/CFConfigPart.md)
670679
- [Akeyless::CacheConfigPart](docs/CacheConfigPart.md)
671680
- [Akeyless::CertAccessRules](docs/CertAccessRules.md)
@@ -1366,6 +1375,7 @@ Class | Method | HTTP request | Description
13661375
- [Akeyless::SSHTargetDetails](docs/SSHTargetDetails.md)
13671376
- [Akeyless::SalesforceTargetDetails](docs/SalesforceTargetDetails.md)
13681377
- [Akeyless::SecretInfo](docs/SecretInfo.md)
1378+
- [Akeyless::SectigoTargetDetails](docs/SectigoTargetDetails.md)
13691379
- [Akeyless::SecureRemoteAccess](docs/SecureRemoteAccess.md)
13701380
- [Akeyless::ServerInventoryMigration](docs/ServerInventoryMigration.md)
13711381
- [Akeyless::ServerInventoryPayload](docs/ServerInventoryPayload.md)
@@ -1419,6 +1429,7 @@ Class | Method | HTTP request | Description
14191429
- [Akeyless::TargetCreatePing](docs/TargetCreatePing.md)
14201430
- [Akeyless::TargetCreateRabbitMq](docs/TargetCreateRabbitMq.md)
14211431
- [Akeyless::TargetCreateSalesforce](docs/TargetCreateSalesforce.md)
1432+
- [Akeyless::TargetCreateSectigo](docs/TargetCreateSectigo.md)
14221433
- [Akeyless::TargetCreateSsh](docs/TargetCreateSsh.md)
14231434
- [Akeyless::TargetCreateWeb](docs/TargetCreateWeb.md)
14241435
- [Akeyless::TargetCreateWindows](docs/TargetCreateWindows.md)
@@ -1452,6 +1463,7 @@ Class | Method | HTTP request | Description
14521463
- [Akeyless::TargetUpdatePing](docs/TargetUpdatePing.md)
14531464
- [Akeyless::TargetUpdateRabbitMq](docs/TargetUpdateRabbitMq.md)
14541465
- [Akeyless::TargetUpdateSalesforce](docs/TargetUpdateSalesforce.md)
1466+
- [Akeyless::TargetUpdateSectigo](docs/TargetUpdateSectigo.md)
14551467
- [Akeyless::TargetUpdateSsh](docs/TargetUpdateSsh.md)
14561468
- [Akeyless::TargetUpdateWeb](docs/TargetUpdateWeb.md)
14571469
- [Akeyless::TargetUpdateWindows](docs/TargetUpdateWindows.md)

akeyless.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
The version of the OpenAPI document: 2.0
99
1010
Generated by: https://openapi-generator.tech
11-
Generator version: 7.8.0-SNAPSHOT
11+
Generator version: 7.9.0-SNAPSHOT
1212
1313
=end
1414

docs/AWSIAMAccessRules.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
| **role_id** | **Array<String>** | The list of role ids that the login is restricted to. | [optional] |
1111
| **role_name** | **Array<String>** | The list of role names that the login is restricted to. | [optional] |
1212
| **sts_endpoint** | **String** | The sts URL. | [optional] |
13+
| **unique_identifier** | **String** | A unique identifier to distinguish different users | [optional] |
1314
| **user_id** | **Array<String>** | The list of user ids that the login is restricted to. | [optional] |
1415
| **user_name** | **Array<String>** | The list of user names that the login is restricted to. | [optional] |
1516

@@ -25,6 +26,7 @@ instance = Akeyless::AWSIAMAccessRules.new(
2526
role_id: null,
2627
role_name: null,
2728
sts_endpoint: null,
29+
unique_identifier: null,
2830
user_id: null,
2931
user_name: null
3032
)

docs/AliasDetails.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Akeyless::AliasDetails
2+
3+
## Properties
4+
5+
| Name | Type | Description | Notes |
6+
| ---- | ---- | ----------- | ----- |
7+
| **account_alias** | **String** | Account alias | |
8+
| **auth_method_name** | **String** | Auth method name | |
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::AliasDetails.new(
17+
account_alias: null,
18+
auth_method_name: null,
19+
json: null
20+
)
21+
```
22+

docs/AliasDetailsOutput.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Akeyless::AliasDetailsOutput
2+
3+
## Properties
4+
5+
| Name | Type | Description | Notes |
6+
| ---- | ---- | ----------- | ----- |
7+
| **access_type** | **String** | | [optional] |
8+
| **tenant_tag** | **String** | | [optional] |
9+
10+
## Example
11+
12+
```ruby
13+
require 'akeyless'
14+
15+
instance = Akeyless::AliasDetailsOutput.new(
16+
access_type: null,
17+
tenant_tag: null
18+
)
19+
```
20+

docs/AuthMethodCreateAwsIam.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
| **sts_url** | **String** | sts URL | [optional][default to 'https://sts.amazonaws.com'] |
2626
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
2727
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
28+
| **unique_identifier** | **String** | A unique identifier (ID) value which is a \"sub claim\" name that contains details uniquely identifying that resource. This \"sub claim\" is used to distinguish between different identities. | [optional] |
2829

2930
## Example
3031

@@ -52,7 +53,8 @@ instance = Akeyless::AuthMethodCreateAwsIam.new(
5253
product_type: null,
5354
sts_url: null,
5455
token: null,
55-
uid_token: null
56+
uid_token: null,
57+
unique_identifier: null
5658
)
5759
```
5860

docs/AuthMethodCreateAzureAD.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
| **product_type** | **Array<String>** | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional] |
3030
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
3131
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
32+
| **unique_identifier** | **String** | A unique identifier (ID) value which is a \"sub claim\" name that contains details uniquely identifying that resource. This \"sub claim\" is used to distinguish between different identities. | [optional] |
3233

3334
## Example
3435

@@ -60,7 +61,8 @@ instance = Akeyless::AuthMethodCreateAzureAD.new(
6061
name: null,
6162
product_type: null,
6263
token: null,
63-
uid_token: null
64+
uid_token: null,
65+
unique_identifier: null
6466
)
6567
```
6668

docs/AuthMethodCreateGcp.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
2626
| **type** | **String** | Type of the GCP Access Rules | |
2727
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
28+
| **unique_identifier** | **String** | A unique identifier (ID) value which is a \"sub claim\" name that contains details uniquely identifying that resource. This \"sub claim\" is used to distinguish between different identities. | [optional] |
2829

2930
## Example
3031

@@ -52,7 +53,8 @@ instance = Akeyless::AuthMethodCreateGcp.new(
5253
service_account_creds_data: null,
5354
token: null,
5455
type: null,
55-
uid_token: null
56+
uid_token: null,
57+
unique_identifier: null
5658
)
5759
```
5860

docs/AuthMethodUpdateAwsIam.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
| **sts_url** | **String** | sts URL | [optional][default to 'https://sts.amazonaws.com'] |
2727
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
2828
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
29+
| **unique_identifier** | **String** | A unique identifier (ID) value which is a \"sub claim\" name that contains details uniquely identifying that resource. This \"sub claim\" is used to distinguish between different identities. | [optional] |
2930

3031
## Example
3132

@@ -54,7 +55,8 @@ instance = Akeyless::AuthMethodUpdateAwsIam.new(
5455
product_type: null,
5556
sts_url: null,
5657
token: null,
57-
uid_token: null
58+
uid_token: null,
59+
unique_identifier: null
5860
)
5961
```
6062

docs/AuthMethodUpdateAzureAD.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
| **product_type** | **Array<String>** | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional] |
3131
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
3232
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
33+
| **unique_identifier** | **String** | A unique identifier (ID) value which is a \"sub claim\" name that contains details uniquely identifying that resource. This \"sub claim\" is used to distinguish between different identities. | [optional] |
3334

3435
## Example
3536

@@ -62,7 +63,8 @@ instance = Akeyless::AuthMethodUpdateAzureAD.new(
6263
new_name: null,
6364
product_type: null,
6465
token: null,
65-
uid_token: null
66+
uid_token: null,
67+
unique_identifier: null
6668
)
6769
```
6870

docs/AuthMethodUpdateGcp.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
| **token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional] |
2727
| **type** | **String** | Type of the GCP Access Rules | |
2828
| **uid_token** | **String** | The universal identity token, Required only for universal_identity authentication | [optional] |
29+
| **unique_identifier** | **String** | A unique identifier (ID) value which is a \"sub claim\" name that contains details uniquely identifying that resource. This \"sub claim\" is used to distinguish between different identities. | [optional] |
2930

3031
## Example
3132

@@ -54,7 +55,8 @@ instance = Akeyless::AuthMethodUpdateGcp.new(
5455
service_account_creds_data: null,
5556
token: null,
5657
type: null,
57-
uid_token: null
58+
uid_token: null,
59+
unique_identifier: null
5860
)
5961
```
6062

docs/AzureADAccessRules.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
| **bound_tenant_id** | **String** | The tenants id for the Azure Active Directory organization. | [optional] |
1717
| **issuer** | **String** | Issuer URL | [optional] |
1818
| **jwks_uri** | **String** | The URL to the JSON Web Key Set (JWKS) that containing the public keys that should be used to verify any JSON Web Token (JWT) issued by the authorization server. | [optional] |
19+
| **unique_identifier** | **String** | A unique identifier to distinguish different users | [optional] |
1920

2021
## Example
2122

@@ -34,7 +35,8 @@ instance = Akeyless::AzureADAccessRules.new(
3435
bound_subscription_ids: null,
3536
bound_tenant_id: null,
3637
issuer: null,
37-
jwks_uri: null
38+
jwks_uri: null,
39+
unique_identifier: null
3840
)
3941
```
4042

0 commit comments

Comments
 (0)