Skip to content

Commit c685390

Browse files
committed
"Release v4.2.3"
1 parent 243ed87 commit c685390

File tree

88 files changed

+5070
-315
lines changed

Some content is hidden

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

88 files changed

+5070
-315
lines changed

.openapi-generator/FILES

+21-2
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ docs/ActiveDirectoryPayload.md
1616
docs/AddGatewayAllowedAccessId.md
1717
docs/AdminsConfigPart.md
1818
docs/AkeylessGatewayConfig.md
19+
docs/AliasDetails.md
20+
docs/AliasDetailsOutput.md
1921
docs/AllAnalyticsData.md
2022
docs/AllowedAccess.md
2123
docs/AllowedAccessOld.md
@@ -71,6 +73,8 @@ docs/BastionListEntry.md
7173
docs/BastionsList.md
7274
docs/BatchEncryptionRequestLine.md
7375
docs/BatchEncryptionResponseLine.md
76+
docs/BatchTokenizationRequestLine.md
77+
docs/BatchTokenizationResponseLine.md
7478
docs/CFConfigPart.md
7579
docs/CacheConfigPart.md
7680
docs/CertAccessRules.md
@@ -771,6 +775,7 @@ docs/SSHCertificateIssueDetails.md
771775
docs/SSHTargetDetails.md
772776
docs/SalesforceTargetDetails.md
773777
docs/SecretInfo.md
778+
docs/SectigoTargetDetails.md
774779
docs/SecureRemoteAccess.md
775780
docs/ServerInventoryMigration.md
776781
docs/ServerInventoryPayload.md
@@ -824,6 +829,7 @@ docs/TargetCreateOutput.md
824829
docs/TargetCreatePing.md
825830
docs/TargetCreateRabbitMq.md
826831
docs/TargetCreateSalesforce.md
832+
docs/TargetCreateSectigo.md
827833
docs/TargetCreateSsh.md
828834
docs/TargetCreateWeb.md
829835
docs/TargetCreateWindows.md
@@ -857,6 +863,7 @@ docs/TargetUpdateOutput.md
857863
docs/TargetUpdatePing.md
858864
docs/TargetUpdateRabbitMq.md
859865
docs/TargetUpdateSalesforce.md
866+
docs/TargetUpdateSectigo.md
860867
docs/TargetUpdateSsh.md
861868
docs/TargetUpdateWeb.md
862869
docs/TargetUpdateWindows.md
@@ -1009,8 +1016,13 @@ docs/WindowsServiceAttributes.md
10091016
docs/WindowsTargetDetails.md
10101017
docs/ZeroSSLTargetDetails.md
10111018
git_push.sh
1012-
src/akeyless.Test/Model/BatchEncryptionRequestLineTests.cs
1013-
src/akeyless.Test/Model/BatchEncryptionResponseLineTests.cs
1019+
src/akeyless.Test/Model/AliasDetailsOutputTests.cs
1020+
src/akeyless.Test/Model/AliasDetailsTests.cs
1021+
src/akeyless.Test/Model/BatchTokenizationRequestLineTests.cs
1022+
src/akeyless.Test/Model/BatchTokenizationResponseLineTests.cs
1023+
src/akeyless.Test/Model/SectigoTargetDetailsTests.cs
1024+
src/akeyless.Test/Model/TargetCreateSectigoTests.cs
1025+
src/akeyless.Test/Model/TargetUpdateSectigoTests.cs
10141026
src/akeyless.Test/akeyless.Test.csproj
10151027
src/akeyless/Api/V2Api.cs
10161028
src/akeyless/Client/ApiClient.cs
@@ -1044,6 +1056,8 @@ src/akeyless/Model/ActiveDirectoryPayload.cs
10441056
src/akeyless/Model/AddGatewayAllowedAccessId.cs
10451057
src/akeyless/Model/AdminsConfigPart.cs
10461058
src/akeyless/Model/AkeylessGatewayConfig.cs
1059+
src/akeyless/Model/AliasDetails.cs
1060+
src/akeyless/Model/AliasDetailsOutput.cs
10471061
src/akeyless/Model/AllAnalyticsData.cs
10481062
src/akeyless/Model/AllowedAccess.cs
10491063
src/akeyless/Model/AllowedAccessOld.cs
@@ -1099,6 +1113,8 @@ src/akeyless/Model/BastionListEntry.cs
10991113
src/akeyless/Model/BastionsList.cs
11001114
src/akeyless/Model/BatchEncryptionRequestLine.cs
11011115
src/akeyless/Model/BatchEncryptionResponseLine.cs
1116+
src/akeyless/Model/BatchTokenizationRequestLine.cs
1117+
src/akeyless/Model/BatchTokenizationResponseLine.cs
11021118
src/akeyless/Model/CFConfigPart.cs
11031119
src/akeyless/Model/CacheConfigPart.cs
11041120
src/akeyless/Model/CertAccessRules.cs
@@ -1799,6 +1815,7 @@ src/akeyless/Model/SSHCertificateIssueDetails.cs
17991815
src/akeyless/Model/SSHTargetDetails.cs
18001816
src/akeyless/Model/SalesforceTargetDetails.cs
18011817
src/akeyless/Model/SecretInfo.cs
1818+
src/akeyless/Model/SectigoTargetDetails.cs
18021819
src/akeyless/Model/SecureRemoteAccess.cs
18031820
src/akeyless/Model/ServerInventoryMigration.cs
18041821
src/akeyless/Model/ServerInventoryPayload.cs
@@ -1852,6 +1869,7 @@ src/akeyless/Model/TargetCreateOutput.cs
18521869
src/akeyless/Model/TargetCreatePing.cs
18531870
src/akeyless/Model/TargetCreateRabbitMq.cs
18541871
src/akeyless/Model/TargetCreateSalesforce.cs
1872+
src/akeyless/Model/TargetCreateSectigo.cs
18551873
src/akeyless/Model/TargetCreateSsh.cs
18561874
src/akeyless/Model/TargetCreateWeb.cs
18571875
src/akeyless/Model/TargetCreateWindows.cs
@@ -1885,6 +1903,7 @@ src/akeyless/Model/TargetUpdateOutput.cs
18851903
src/akeyless/Model/TargetUpdatePing.cs
18861904
src/akeyless/Model/TargetUpdateRabbitMq.cs
18871905
src/akeyless/Model/TargetUpdateSalesforce.cs
1906+
src/akeyless/Model/TargetUpdateSectigo.cs
18881907
src/akeyless/Model/TargetUpdateSsh.cs
18891908
src/akeyless/Model/TargetUpdateWeb.cs
18901909
src/akeyless/Model/TargetUpdateWindows.cs

README.md

+14-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The purpose of this application is to provide access to Akeyless API.
55
This C# SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
66

77
- API version: 2.0
8-
- SDK version: 4.2.2
8+
- SDK version: 4.2.3
99
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen
1010
For more information, please visit [http://akeyless.io](http://akeyless.io)
1111

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

105105
Class | Method | HTTP request | Description
106106
------------ | ------------- | ------------- | -------------
107+
*V2Api* | [**AliasDetails**](docs/V2Api.md#aliasdetails) | **GET** /alias-details |
107108
*V2Api* | [**AssocRoleAuthMethod**](docs/V2Api.md#assocroleauthmethod) | **POST** /assoc-role-am |
108109
*V2Api* | [**AssocTargetItem**](docs/V2Api.md#assoctargetitem) | **POST** /assoc-target-item |
109110
*V2Api* | [**Auth**](docs/V2Api.md#auth) | **POST** /auth |
110111
*V2Api* | [**AuthMethodCreateApiKey**](docs/V2Api.md#authmethodcreateapikey) | **POST** /auth-method-create-api-key |
111-
*V2Api* | [**AuthMethodCreateAwsIam**](docs/V2Api.md#authmethodcreateawsiam) | **POST** /auth-method-create-aws |
112+
*V2Api* | [**AuthMethodCreateAwsIam**](docs/V2Api.md#authmethodcreateawsiam) | **POST** /auth-method-create-aws-iam |
112113
*V2Api* | [**AuthMethodCreateAzureAD**](docs/V2Api.md#authmethodcreateazuread) | **POST** /auth-method-create-azure-ad |
113114
*V2Api* | [**AuthMethodCreateCert**](docs/V2Api.md#authmethodcreatecert) | **POST** /auth-method-create-cert |
114115
*V2Api* | [**AuthMethodCreateEmail**](docs/V2Api.md#authmethodcreateemail) | **POST** /auth-method-create-email |
@@ -219,6 +220,7 @@ Class | Method | HTTP request | Description
219220
*V2Api* | [**DescribePermissions**](docs/V2Api.md#describepermissions) | **POST** /describe-permissions |
220221
*V2Api* | [**DescribeSubClaims**](docs/V2Api.md#describesubclaims) | **POST** /describe-sub-claims |
221222
*V2Api* | [**Detokenize**](docs/V2Api.md#detokenize) | **POST** /detokenize |
223+
*V2Api* | [**DetokenizeBatch**](docs/V2Api.md#detokenizebatch) | **POST** /detokenize-batch |
222224
*V2Api* | [**DynamicSecretCreateArtifactory**](docs/V2Api.md#dynamicsecretcreateartifactory) | **POST** /dynamic-secret-create-artifactory |
223225
*V2Api* | [**DynamicSecretCreateAws**](docs/V2Api.md#dynamicsecretcreateaws) | **POST** /dynamic-secret-create-aws |
224226
*V2Api* | [**DynamicSecretCreateAzure**](docs/V2Api.md#dynamicsecretcreateazure) | **POST** /dynamic-secret-create-azure |
@@ -526,6 +528,7 @@ Class | Method | HTTP request | Description
526528
*V2Api* | [**TargetCreatePing**](docs/V2Api.md#targetcreateping) | **POST** /target-create-ping |
527529
*V2Api* | [**TargetCreateRabbitMq**](docs/V2Api.md#targetcreaterabbitmq) | **POST** /target-create-rabbitmq |
528530
*V2Api* | [**TargetCreateSalesforce**](docs/V2Api.md#targetcreatesalesforce) | **POST** /target-create-salesforce |
531+
*V2Api* | [**TargetCreateSectigo**](docs/V2Api.md#targetcreatesectigo) | **POST** /target-create-sectigo |
529532
*V2Api* | [**TargetCreateSsh**](docs/V2Api.md#targetcreatessh) | **POST** /target-create-ssh |
530533
*V2Api* | [**TargetCreateWeb**](docs/V2Api.md#targetcreateweb) | **POST** /target-create-web |
531534
*V2Api* | [**TargetCreateWindows**](docs/V2Api.md#targetcreatewindows) | **POST** /target-create-windows |
@@ -554,11 +557,13 @@ Class | Method | HTTP request | Description
554557
*V2Api* | [**TargetUpdatePing**](docs/V2Api.md#targetupdateping) | **POST** /target-update-ping |
555558
*V2Api* | [**TargetUpdateRabbitMq**](docs/V2Api.md#targetupdaterabbitmq) | **POST** /target-update-rabbitmq |
556559
*V2Api* | [**TargetUpdateSalesforce**](docs/V2Api.md#targetupdatesalesforce) | **POST** /target-update-salesforce |
560+
*V2Api* | [**TargetUpdateSectigo**](docs/V2Api.md#targetupdatesectigo) | **POST** /target-update-sectigo |
557561
*V2Api* | [**TargetUpdateSsh**](docs/V2Api.md#targetupdatessh) | **POST** /target-update-ssh |
558562
*V2Api* | [**TargetUpdateWeb**](docs/V2Api.md#targetupdateweb) | **POST** /target-update-web |
559563
*V2Api* | [**TargetUpdateWindows**](docs/V2Api.md#targetupdatewindows) | **POST** /target-update-windows |
560564
*V2Api* | [**TargetUpdateZeroSSL**](docs/V2Api.md#targetupdatezerossl) | **POST** /target-update-zerossl |
561565
*V2Api* | [**Tokenize**](docs/V2Api.md#tokenize) | **POST** /tokenize |
566+
*V2Api* | [**TokenizeBatch**](docs/V2Api.md#tokenizebatch) | **POST** /tokenize-batch |
562567
*V2Api* | [**UidCreateChildToken**](docs/V2Api.md#uidcreatechildtoken) | **POST** /uid-create-child-token |
563568
*V2Api* | [**UidGenerateToken**](docs/V2Api.md#uidgeneratetoken) | **POST** /uid-generate-token |
564569
*V2Api* | [**UidListChildren**](docs/V2Api.md#uidlistchildren) | **POST** /uid-list-children |
@@ -656,6 +661,8 @@ Class | Method | HTTP request | Description
656661
- [Model.AddGatewayAllowedAccessId](docs/AddGatewayAllowedAccessId.md)
657662
- [Model.AdminsConfigPart](docs/AdminsConfigPart.md)
658663
- [Model.AkeylessGatewayConfig](docs/AkeylessGatewayConfig.md)
664+
- [Model.AliasDetails](docs/AliasDetails.md)
665+
- [Model.AliasDetailsOutput](docs/AliasDetailsOutput.md)
659666
- [Model.AllAnalyticsData](docs/AllAnalyticsData.md)
660667
- [Model.AllowedAccess](docs/AllowedAccess.md)
661668
- [Model.AllowedAccessOld](docs/AllowedAccessOld.md)
@@ -711,6 +718,8 @@ Class | Method | HTTP request | Description
711718
- [Model.BastionsList](docs/BastionsList.md)
712719
- [Model.BatchEncryptionRequestLine](docs/BatchEncryptionRequestLine.md)
713720
- [Model.BatchEncryptionResponseLine](docs/BatchEncryptionResponseLine.md)
721+
- [Model.BatchTokenizationRequestLine](docs/BatchTokenizationRequestLine.md)
722+
- [Model.BatchTokenizationResponseLine](docs/BatchTokenizationResponseLine.md)
714723
- [Model.CFConfigPart](docs/CFConfigPart.md)
715724
- [Model.CacheConfigPart](docs/CacheConfigPart.md)
716725
- [Model.CertAccessRules](docs/CertAccessRules.md)
@@ -1411,6 +1420,7 @@ Class | Method | HTTP request | Description
14111420
- [Model.SSHTargetDetails](docs/SSHTargetDetails.md)
14121421
- [Model.SalesforceTargetDetails](docs/SalesforceTargetDetails.md)
14131422
- [Model.SecretInfo](docs/SecretInfo.md)
1423+
- [Model.SectigoTargetDetails](docs/SectigoTargetDetails.md)
14141424
- [Model.SecureRemoteAccess](docs/SecureRemoteAccess.md)
14151425
- [Model.ServerInventoryMigration](docs/ServerInventoryMigration.md)
14161426
- [Model.ServerInventoryPayload](docs/ServerInventoryPayload.md)
@@ -1464,6 +1474,7 @@ Class | Method | HTTP request | Description
14641474
- [Model.TargetCreatePing](docs/TargetCreatePing.md)
14651475
- [Model.TargetCreateRabbitMq](docs/TargetCreateRabbitMq.md)
14661476
- [Model.TargetCreateSalesforce](docs/TargetCreateSalesforce.md)
1477+
- [Model.TargetCreateSectigo](docs/TargetCreateSectigo.md)
14671478
- [Model.TargetCreateSsh](docs/TargetCreateSsh.md)
14681479
- [Model.TargetCreateWeb](docs/TargetCreateWeb.md)
14691480
- [Model.TargetCreateWindows](docs/TargetCreateWindows.md)
@@ -1497,6 +1508,7 @@ Class | Method | HTTP request | Description
14971508
- [Model.TargetUpdatePing](docs/TargetUpdatePing.md)
14981509
- [Model.TargetUpdateRabbitMq](docs/TargetUpdateRabbitMq.md)
14991510
- [Model.TargetUpdateSalesforce](docs/TargetUpdateSalesforce.md)
1511+
- [Model.TargetUpdateSectigo](docs/TargetUpdateSectigo.md)
15001512
- [Model.TargetUpdateSsh](docs/TargetUpdateSsh.md)
15011513
- [Model.TargetUpdateWeb](docs/TargetUpdateWeb.md)
15021514
- [Model.TargetUpdateWindows](docs/TargetUpdateWindows.md)

akeyless.sln

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "akeyless", "src\akeyless\akeyless.csproj", "{EBB535F2-34D8-41F4-BEF6-4E49A85D9715}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "akeyless", "src\akeyless\akeyless.csproj", "{53D6C54F-A824-4A74-936A-2A2E500EBFE4}"
66
EndProject
77
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "akeyless.Test", "src\akeyless.Test\akeyless.Test.csproj", "{19F1DEBC-DE5E-4517-8062-F000CD499087}"
88
EndProject
@@ -12,10 +12,10 @@ Global
1212
Release|Any CPU = Release|Any CPU
1313
EndGlobalSection
1414
GlobalSection(ProjectConfigurationPlatforms) = postSolution
15-
{EBB535F2-34D8-41F4-BEF6-4E49A85D9715}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{EBB535F2-34D8-41F4-BEF6-4E49A85D9715}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{EBB535F2-34D8-41F4-BEF6-4E49A85D9715}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{EBB535F2-34D8-41F4-BEF6-4E49A85D9715}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{53D6C54F-A824-4A74-936A-2A2E500EBFE4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{53D6C54F-A824-4A74-936A-2A2E500EBFE4}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{53D6C54F-A824-4A74-936A-2A2E500EBFE4}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{53D6C54F-A824-4A74-936A-2A2E500EBFE4}.Release|Any CPU.Build.0 = Release|Any CPU
1919
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
2020
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Debug|Any CPU.Build.0 = Debug|Any CPU
2121
{19F1DEBC-DE5E-4517-8062-F000CD499087}.Release|Any CPU.ActiveCfg = Release|Any CPU

docs/AWSIAMAccessRules.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**RoleId** | **List<string>** | The list of role ids that the login is restricted to. | [optional]
1111
**RoleName** | **List<string>** | The list of role names that the login is restricted to. | [optional]
1212
**StsEndpoint** | **string** | The sts URL. | [optional]
13+
**UniqueIdentifier** | **string** | A unique identifier to distinguish different users | [optional]
1314
**UserId** | **List<string>** | The list of user ids that the login is restricted to. | [optional]
1415
**UserName** | **List<string>** | The list of user names that the login is restricted to. | [optional]
1516

docs/AliasDetails.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# akeyless.Model.AliasDetails
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**AccountAlias** | **string** | Account alias |
8+
**AuthMethodName** | **string** | Auth method name |
9+
**Json** | **bool** | Set output format to JSON | [optional] [default to false]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+

docs/AliasDetailsOutput.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# akeyless.Model.AliasDetailsOutput
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**AccessType** | **string** | | [optional]
8+
**TenantTag** | **string** | | [optional]
9+
10+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
11+

docs/AuthMethodCreateAwsIam.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Name | Type | Description | Notes
2626
**StsUrl** | **string** | sts URL | [optional] [default to "https://sts.amazonaws.com"]
2727
**Token** | **string** | Authentication token (see `/auth` and `/configure`) | [optional]
2828
**UidToken** | **string** | The universal identity token, Required only for universal_identity authentication | [optional]
29+
**UniqueIdentifier** | **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
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
3132

docs/AuthMethodCreateAzureAD.md

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Name | Type | Description | Notes
3030
**ProductType** | **List<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
**UidToken** | **string** | The universal identity token, Required only for universal_identity authentication | [optional]
33+
**UniqueIdentifier** | **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
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
3536

docs/AuthMethodCreateGcp.md

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Name | Type | Description | Notes
2626
**Token** | **string** | Authentication token (see `/auth` and `/configure`) | [optional]
2727
**Type** | **string** | Type of the GCP Access Rules |
2828
**UidToken** | **string** | The universal identity token, Required only for universal_identity authentication | [optional]
29+
**UniqueIdentifier** | **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
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
3132

docs/AuthMethodUpdateAwsIam.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Name | Type | Description | Notes
2727
**StsUrl** | **string** | sts URL | [optional] [default to "https://sts.amazonaws.com"]
2828
**Token** | **string** | Authentication token (see `/auth` and `/configure`) | [optional]
2929
**UidToken** | **string** | The universal identity token, Required only for universal_identity authentication | [optional]
30+
**UniqueIdentifier** | **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]
3031

3132
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
3233

docs/AuthMethodUpdateAzureAD.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Name | Type | Description | Notes
3131
**ProductType** | **List<string>** | Choose the relevant product type for the auth method [sm, sra, pm, dp, ca] | [optional]
3232
**Token** | **string** | Authentication token (see `/auth` and `/configure`) | [optional]
3333
**UidToken** | **string** | The universal identity token, Required only for universal_identity authentication | [optional]
34+
**UniqueIdentifier** | **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]
3435

3536
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
3637

docs/AuthMethodUpdateGcp.md

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Name | Type | Description | Notes
2727
**Token** | **string** | Authentication token (see `/auth` and `/configure`) | [optional]
2828
**Type** | **string** | Type of the GCP Access Rules |
2929
**UidToken** | **string** | The universal identity token, Required only for universal_identity authentication | [optional]
30+
**UniqueIdentifier** | **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]
3031

3132
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
3233

docs/AzureADAccessRules.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Name | Type | Description | Notes
1717
**BoundTenantId** | **string** | The tenants id for the Azure Active Directory organization. | [optional]
1818
**Issuer** | **string** | Issuer URL | [optional]
1919
**JwksUri** | **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]
20+
**UniqueIdentifier** | **string** | A unique identifier to distinguish different users | [optional]
2021

2122
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
2223

docs/BatchTokenizationRequestLine.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# akeyless.Model.BatchTokenizationRequestLine
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**Data** | **string** | | [optional]
8+
**ItemId** | **long** | | [optional]
9+
**Tweak** | **string** | | [optional]
10+
11+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
12+

0 commit comments

Comments
 (0)