Skip to content

Commit a13aae4

Browse files
committed
Release v3.2.4
1 parent 65c7869 commit a13aae4

File tree

568 files changed

+7407
-2368
lines changed

Some content is hidden

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

568 files changed

+7407
-2368
lines changed

Diff for: .openapi-generator/FILES

+27
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ docs/AccountGeneralSettings.md
1010
docs/AccountObjectVersionSettingsOutput.md
1111
docs/ActiveDirectoryMigration.md
1212
docs/ActiveDirectoryPayload.md
13+
docs/AddGatewayAllowedAccessId.md
1314
docs/AdminsConfigPart.md
1415
docs/AkeylessGatewayConfig.md
1516
docs/AllowedAccess.md
@@ -99,6 +100,8 @@ docs/CreateKey.md
99100
docs/CreateKeyOutput.md
100101
docs/CreateLdapTarget.md
101102
docs/CreateLdapTargetOutput.md
103+
docs/CreateLinkedTarget.md
104+
docs/CreateLinkedTargetOutput.md
102105
docs/CreateNativeK8STarget.md
103106
docs/CreateNativeK8STargetOutput.md
104107
docs/CreatePKICertIssuer.md
@@ -124,6 +127,8 @@ docs/CreateTokenizer.md
124127
docs/CreateTokenizerOutput.md
125128
docs/CreateWebTarget.md
126129
docs/CreateWebTargetOutput.md
130+
docs/CreateWindowsTarget.md
131+
docs/CreateWindowsTargetOutput.md
127132
docs/CustomerFragment.md
128133
docs/CustomerFragmentsJson.md
129134
docs/CustomerFullAddress.md
@@ -146,6 +151,7 @@ docs/DeleteAuthMethodOutput.md
146151
docs/DeleteAuthMethods.md
147152
docs/DeleteAuthMethodsOutput.md
148153
docs/DeleteEventForwarder.md
154+
docs/DeleteGatewayAllowedAccessId.md
149155
docs/DeleteItem.md
150156
docs/DeleteItemOutput.md
151157
docs/DeleteItems.md
@@ -474,6 +480,7 @@ docs/SecureRemoteAccess.md
474480
docs/SetItemState.md
475481
docs/SetRoleRule.md
476482
docs/ShareItem.md
483+
docs/SharingPolicyInfo.md
477484
docs/SignGPG.md
478485
docs/SignGPGOutput.md
479486
docs/SignJWTOutput.md
@@ -557,6 +564,7 @@ docs/UpdateItemOutput.md
557564
docs/UpdateLdapTarget.md
558565
docs/UpdateLdapTargetDetails.md
559566
docs/UpdateLdapTargetOutput.md
567+
docs/UpdateLinkedTarget.md
560568
docs/UpdateNativeK8STarget.md
561569
docs/UpdateNativeK8STargetOutput.md
562570
docs/UpdateOutput.md
@@ -588,6 +596,7 @@ docs/UpdateTargetOutput.md
588596
docs/UpdateWebTarget.md
589597
docs/UpdateWebTargetDetails.md
590598
docs/UpdateWebTargetOutput.md
599+
docs/UpdateWindowsTarget.md
591600
docs/UploadPKCS12.md
592601
docs/UploadRSA.md
593602
docs/V2Api.md
@@ -601,6 +610,15 @@ docs/VerifyPKCS1.md
601610
docs/VerifyPKICertOutput.md
602611
docs/VerifyPKICertWithClassicKey.md
603612
git_push.sh
613+
src/akeyless.Test/Model/AddGatewayAllowedAccessIdTests.cs
614+
src/akeyless.Test/Model/CreateLinkedTargetOutputTests.cs
615+
src/akeyless.Test/Model/CreateLinkedTargetTests.cs
616+
src/akeyless.Test/Model/CreateWindowsTargetOutputTests.cs
617+
src/akeyless.Test/Model/CreateWindowsTargetTests.cs
618+
src/akeyless.Test/Model/DeleteGatewayAllowedAccessIdTests.cs
619+
src/akeyless.Test/Model/SharingPolicyInfoTests.cs
620+
src/akeyless.Test/Model/UpdateLinkedTargetTests.cs
621+
src/akeyless.Test/Model/UpdateWindowsTargetTests.cs
604622
src/akeyless.Test/akeyless.Test.csproj
605623
src/akeyless/Api/V2Api.cs
606624
src/akeyless/Client/ApiClient.cs
@@ -628,6 +646,7 @@ src/akeyless/Model/AccountGeneralSettings.cs
628646
src/akeyless/Model/AccountObjectVersionSettingsOutput.cs
629647
src/akeyless/Model/ActiveDirectoryMigration.cs
630648
src/akeyless/Model/ActiveDirectoryPayload.cs
649+
src/akeyless/Model/AddGatewayAllowedAccessId.cs
631650
src/akeyless/Model/AdminsConfigPart.cs
632651
src/akeyless/Model/AkeylessGatewayConfig.cs
633652
src/akeyless/Model/AllowedAccess.cs
@@ -717,6 +736,8 @@ src/akeyless/Model/CreateKey.cs
717736
src/akeyless/Model/CreateKeyOutput.cs
718737
src/akeyless/Model/CreateLdapTarget.cs
719738
src/akeyless/Model/CreateLdapTargetOutput.cs
739+
src/akeyless/Model/CreateLinkedTarget.cs
740+
src/akeyless/Model/CreateLinkedTargetOutput.cs
720741
src/akeyless/Model/CreateNativeK8STarget.cs
721742
src/akeyless/Model/CreateNativeK8STargetOutput.cs
722743
src/akeyless/Model/CreatePKICertIssuer.cs
@@ -742,6 +763,8 @@ src/akeyless/Model/CreateTokenizer.cs
742763
src/akeyless/Model/CreateTokenizerOutput.cs
743764
src/akeyless/Model/CreateWebTarget.cs
744765
src/akeyless/Model/CreateWebTargetOutput.cs
766+
src/akeyless/Model/CreateWindowsTarget.cs
767+
src/akeyless/Model/CreateWindowsTargetOutput.cs
745768
src/akeyless/Model/CustomerFragment.cs
746769
src/akeyless/Model/CustomerFragmentsJson.cs
747770
src/akeyless/Model/CustomerFullAddress.cs
@@ -764,6 +787,7 @@ src/akeyless/Model/DeleteAuthMethodOutput.cs
764787
src/akeyless/Model/DeleteAuthMethods.cs
765788
src/akeyless/Model/DeleteAuthMethodsOutput.cs
766789
src/akeyless/Model/DeleteEventForwarder.cs
790+
src/akeyless/Model/DeleteGatewayAllowedAccessId.cs
767791
src/akeyless/Model/DeleteItem.cs
768792
src/akeyless/Model/DeleteItemOutput.cs
769793
src/akeyless/Model/DeleteItems.cs
@@ -1092,6 +1116,7 @@ src/akeyless/Model/SecureRemoteAccess.cs
10921116
src/akeyless/Model/SetItemState.cs
10931117
src/akeyless/Model/SetRoleRule.cs
10941118
src/akeyless/Model/ShareItem.cs
1119+
src/akeyless/Model/SharingPolicyInfo.cs
10951120
src/akeyless/Model/SignGPG.cs
10961121
src/akeyless/Model/SignGPGOutput.cs
10971122
src/akeyless/Model/SignJWTOutput.cs
@@ -1175,6 +1200,7 @@ src/akeyless/Model/UpdateItemOutput.cs
11751200
src/akeyless/Model/UpdateLdapTarget.cs
11761201
src/akeyless/Model/UpdateLdapTargetDetails.cs
11771202
src/akeyless/Model/UpdateLdapTargetOutput.cs
1203+
src/akeyless/Model/UpdateLinkedTarget.cs
11781204
src/akeyless/Model/UpdateNativeK8STarget.cs
11791205
src/akeyless/Model/UpdateNativeK8STargetOutput.cs
11801206
src/akeyless/Model/UpdateOutput.cs
@@ -1206,6 +1232,7 @@ src/akeyless/Model/UpdateTargetOutput.cs
12061232
src/akeyless/Model/UpdateWebTarget.cs
12071233
src/akeyless/Model/UpdateWebTargetDetails.cs
12081234
src/akeyless/Model/UpdateWebTargetOutput.cs
1235+
src/akeyless/Model/UpdateWindowsTarget.cs
12091236
src/akeyless/Model/UploadPKCS12.cs
12101237
src/akeyless/Model/UploadRSA.cs
12111238
src/akeyless/Model/ValidateToken.cs

Diff for: README.md

+14-1
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: 3.2.3
8+
- SDK version: 3.2.4
99
- Build package: org.openapitools.codegen.languages.CSharpNetCoreClientCodegen
1010
For more information, please visit [http://akeyless.io](http://akeyless.io)
1111

@@ -136,6 +136,7 @@ Class | Method | HTTP request | Description
136136
*V2Api* | [**CreateGcpTarget**](docs/V2Api.md#creategcptarget) | **POST** /create-gcp-target |
137137
*V2Api* | [**CreateGithubTarget**](docs/V2Api.md#creategithubtarget) | **POST** /create-github-target |
138138
*V2Api* | [**CreateKey**](docs/V2Api.md#createkey) | **POST** /create-key |
139+
*V2Api* | [**CreateLinkedTarget**](docs/V2Api.md#createlinkedtarget) | **POST** /create-linked-target |
139140
*V2Api* | [**CreateNativeK8STarget**](docs/V2Api.md#createnativek8starget) | **POST** /create-k8s-target |
140141
*V2Api* | [**CreatePKICertIssuer**](docs/V2Api.md#createpkicertissuer) | **POST** /create-pki-cert-issuer |
141142
*V2Api* | [**CreatePingTarget**](docs/V2Api.md#createpingtarget) | **POST** /create-ping-target |
@@ -148,6 +149,7 @@ Class | Method | HTTP request | Description
148149
*V2Api* | [**CreateSecret**](docs/V2Api.md#createsecret) | **POST** /create-secret |
149150
*V2Api* | [**CreateTokenizer**](docs/V2Api.md#createtokenizer) | **POST** /create-tokenizer |
150151
*V2Api* | [**CreateWebTarget**](docs/V2Api.md#createwebtarget) | **POST** /create-web-target |
152+
*V2Api* | [**CreateWindowsTarget**](docs/V2Api.md#createwindowstarget) | **POST** /create-windows-target |
151153
*V2Api* | [**CreateldapTarget**](docs/V2Api.md#createldaptarget) | **POST** /create-ldap-target |
152154
*V2Api* | [**Decrypt**](docs/V2Api.md#decrypt) | **POST** /decrypt |
153155
*V2Api* | [**DecryptGPG**](docs/V2Api.md#decryptgpg) | **POST** /decrypt-gpg |
@@ -336,6 +338,7 @@ Class | Method | HTTP request | Description
336338
*V2Api* | [**UpdateItem**](docs/V2Api.md#updateitem) | **POST** /update-item |
337339
*V2Api* | [**UpdateLdapTarget**](docs/V2Api.md#updateldaptarget) | **POST** /update-ldap-target |
338340
*V2Api* | [**UpdateLdapTargetDetails**](docs/V2Api.md#updateldaptargetdetails) | **POST** /update-ldap-target-details |
341+
*V2Api* | [**UpdateLinkedTarget**](docs/V2Api.md#updatelinkedtarget) | **POST** /update-linked-target |
339342
*V2Api* | [**UpdateNativeK8STarget**](docs/V2Api.md#updatenativek8starget) | **POST** /update-k8s-target |
340343
*V2Api* | [**UpdatePKICertIssuer**](docs/V2Api.md#updatepkicertissuer) | **POST** /update-pki-cert-issuer |
341344
*V2Api* | [**UpdatePingTarget**](docs/V2Api.md#updatepingtarget) | **POST** /update-ping-target |
@@ -354,6 +357,7 @@ Class | Method | HTTP request | Description
354357
*V2Api* | [**UpdateTargetDetails**](docs/V2Api.md#updatetargetdetails) | **POST** /update-target-details |
355358
*V2Api* | [**UpdateWebTarget**](docs/V2Api.md#updatewebtarget) | **POST** /update-web-target |
356359
*V2Api* | [**UpdateWebTargetDetails**](docs/V2Api.md#updatewebtargetdetails) | **POST** /update-web-target-details |
360+
*V2Api* | [**UpdateWindowsTarget**](docs/V2Api.md#updatewindowstarget) | **POST** /update-windows-target |
357361
*V2Api* | [**UploadRSA**](docs/V2Api.md#uploadrsa) | **POST** /upload-rsa |
358362
*V2Api* | [**ValidateToken**](docs/V2Api.md#validatetoken) | **POST** /validate-token |
359363
*V2Api* | [**VerifyGPG**](docs/V2Api.md#verifygpg) | **POST** /verify-gpg |
@@ -373,6 +377,7 @@ Class | Method | HTTP request | Description
373377
- [Model.AccountObjectVersionSettingsOutput](docs/AccountObjectVersionSettingsOutput.md)
374378
- [Model.ActiveDirectoryMigration](docs/ActiveDirectoryMigration.md)
375379
- [Model.ActiveDirectoryPayload](docs/ActiveDirectoryPayload.md)
380+
- [Model.AddGatewayAllowedAccessId](docs/AddGatewayAllowedAccessId.md)
376381
- [Model.AdminsConfigPart](docs/AdminsConfigPart.md)
377382
- [Model.AkeylessGatewayConfig](docs/AkeylessGatewayConfig.md)
378383
- [Model.AllowedAccess](docs/AllowedAccess.md)
@@ -462,6 +467,8 @@ Class | Method | HTTP request | Description
462467
- [Model.CreateKeyOutput](docs/CreateKeyOutput.md)
463468
- [Model.CreateLdapTarget](docs/CreateLdapTarget.md)
464469
- [Model.CreateLdapTargetOutput](docs/CreateLdapTargetOutput.md)
470+
- [Model.CreateLinkedTarget](docs/CreateLinkedTarget.md)
471+
- [Model.CreateLinkedTargetOutput](docs/CreateLinkedTargetOutput.md)
465472
- [Model.CreateNativeK8STarget](docs/CreateNativeK8STarget.md)
466473
- [Model.CreateNativeK8STargetOutput](docs/CreateNativeK8STargetOutput.md)
467474
- [Model.CreatePKICertIssuer](docs/CreatePKICertIssuer.md)
@@ -487,6 +494,8 @@ Class | Method | HTTP request | Description
487494
- [Model.CreateTokenizerOutput](docs/CreateTokenizerOutput.md)
488495
- [Model.CreateWebTarget](docs/CreateWebTarget.md)
489496
- [Model.CreateWebTargetOutput](docs/CreateWebTargetOutput.md)
497+
- [Model.CreateWindowsTarget](docs/CreateWindowsTarget.md)
498+
- [Model.CreateWindowsTargetOutput](docs/CreateWindowsTargetOutput.md)
490499
- [Model.CustomerFragment](docs/CustomerFragment.md)
491500
- [Model.CustomerFragmentsJson](docs/CustomerFragmentsJson.md)
492501
- [Model.CustomerFullAddress](docs/CustomerFullAddress.md)
@@ -509,6 +518,7 @@ Class | Method | HTTP request | Description
509518
- [Model.DeleteAuthMethods](docs/DeleteAuthMethods.md)
510519
- [Model.DeleteAuthMethodsOutput](docs/DeleteAuthMethodsOutput.md)
511520
- [Model.DeleteEventForwarder](docs/DeleteEventForwarder.md)
521+
- [Model.DeleteGatewayAllowedAccessId](docs/DeleteGatewayAllowedAccessId.md)
512522
- [Model.DeleteItem](docs/DeleteItem.md)
513523
- [Model.DeleteItemOutput](docs/DeleteItemOutput.md)
514524
- [Model.DeleteItems](docs/DeleteItems.md)
@@ -837,6 +847,7 @@ Class | Method | HTTP request | Description
837847
- [Model.SetItemState](docs/SetItemState.md)
838848
- [Model.SetRoleRule](docs/SetRoleRule.md)
839849
- [Model.ShareItem](docs/ShareItem.md)
850+
- [Model.SharingPolicyInfo](docs/SharingPolicyInfo.md)
840851
- [Model.SignGPG](docs/SignGPG.md)
841852
- [Model.SignGPGOutput](docs/SignGPGOutput.md)
842853
- [Model.SignJWTOutput](docs/SignJWTOutput.md)
@@ -920,6 +931,7 @@ Class | Method | HTTP request | Description
920931
- [Model.UpdateLdapTarget](docs/UpdateLdapTarget.md)
921932
- [Model.UpdateLdapTargetDetails](docs/UpdateLdapTargetDetails.md)
922933
- [Model.UpdateLdapTargetOutput](docs/UpdateLdapTargetOutput.md)
934+
- [Model.UpdateLinkedTarget](docs/UpdateLinkedTarget.md)
923935
- [Model.UpdateNativeK8STarget](docs/UpdateNativeK8STarget.md)
924936
- [Model.UpdateNativeK8STargetOutput](docs/UpdateNativeK8STargetOutput.md)
925937
- [Model.UpdateOutput](docs/UpdateOutput.md)
@@ -951,6 +963,7 @@ Class | Method | HTTP request | Description
951963
- [Model.UpdateWebTarget](docs/UpdateWebTarget.md)
952964
- [Model.UpdateWebTargetDetails](docs/UpdateWebTargetDetails.md)
953965
- [Model.UpdateWebTargetOutput](docs/UpdateWebTargetOutput.md)
966+
- [Model.UpdateWindowsTarget](docs/UpdateWindowsTarget.md)
954967
- [Model.UploadPKCS12](docs/UploadPKCS12.md)
955968
- [Model.UploadRSA](docs/UploadRSA.md)
956969
- [Model.ValidateToken](docs/ValidateToken.md)

Diff for: 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", "{65F730B5-0564-4F79-8503-88FD8019D8DB}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "akeyless", "src\akeyless\akeyless.csproj", "{A02E6BD0-6129-41DF-93A5-86786705E7F5}"
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-
{65F730B5-0564-4F79-8503-88FD8019D8DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16-
{65F730B5-0564-4F79-8503-88FD8019D8DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
17-
{65F730B5-0564-4F79-8503-88FD8019D8DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
18-
{65F730B5-0564-4F79-8503-88FD8019D8DB}.Release|Any CPU.Build.0 = Release|Any CPU
15+
{A02E6BD0-6129-41DF-93A5-86786705E7F5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
16+
{A02E6BD0-6129-41DF-93A5-86786705E7F5}.Debug|Any CPU.Build.0 = Debug|Any CPU
17+
{A02E6BD0-6129-41DF-93A5-86786705E7F5}.Release|Any CPU.ActiveCfg = Release|Any CPU
18+
{A02E6BD0-6129-41DF-93A5-86786705E7F5}.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

Diff for: docs/AccountGeneralSettings.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**DataProtectionSection** | [**DataProtectionSection**](DataProtectionSection.md) | | [optional]
99
**EnableRequestForAccess** | **bool** | | [optional]
1010
**PasswordPolicy** | [**PasswordPolicyInfo**](PasswordPolicyInfo.md) | | [optional]
11+
**SharingPolicy** | [**SharingPolicyInfo**](SharingPolicyInfo.md) | | [optional]
1112

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

Diff for: docs/AddGatewayAllowedAccessId.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# akeyless.Model.AddGatewayAllowedAccessId
2+
Responses: default: errorResponse 200: addGatewayAllowedAccessIdResponse
3+
4+
## Properties
5+
6+
Name | Type | Description | Notes
7+
------------ | ------------- | ------------- | -------------
8+
**AccessId** | **string** | The access id that will be able to access to gateway |
9+
**ClusterName** | **string** | The name of the updated cluster, e.g. acc-abcd12345678/p-123456789012/defaultCluster |
10+
**Json** | **bool** | Set output format to JSON | [optional] [default to false]
11+
**SubClaims** | **Dictionary<string, string>** | key/val of sub claims, e.g group=admins,developers | [optional]
12+
**Token** | **string** | Authentication token (see `/auth` and `/configure`) | [optional]
13+
**UidToken** | **string** | The universal identity token, Required only for universal_identity authentication | [optional]
14+
15+
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
16+

Diff for: docs/AllowedAccess.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**AccessRulesType** | **string** | | [optional]
99
**AllowedApi** | **bool** | | [optional]
1010
**AllowedsLogin** | **bool** | | [optional]
11+
**Editable** | **bool** | | [optional]
1112
**ErrMsg** | **string** | | [optional]
1213
**Hash** | **string** | | [optional]
1314
**IsValid** | **bool** | | [optional]

Diff for: docs/AssocRoleAuthMethod.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ assocRoleAuthMethod is a command that creates an association between role and au
66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
88
**AmName** | **string** | The auth method to associate |
9-
**CaseSensitive** | **string** | | [optional]
10-
**Json** | **bool** | Set output format to JSON | [optional]
9+
**CaseSensitive** | **string** | Treat sub claims as case-sensitive [true/false] | [optional] [default to "true"]
10+
**Json** | **bool** | Set output format to JSON | [optional] [default to false]
1111
**RoleName** | **string** | The role to associate |
1212
**SubClaims** | **Dictionary<string, string>** | key/val of sub claims, e.g group=admins,developers | [optional]
1313
**Token** | **string** | Authentication token (see `/auth` and `/configure`) | [optional]

Diff for: docs/AssocTargetItem.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ assocTargetItem is a command that creates an association between target and item
55

66
Name | Type | Description | Notes
77
------------ | ------------- | ------------- | -------------
8-
**DisablePreviousKeyVersion** | **bool** | Automatically disable previous key version (required for azure targets) | [optional]
9-
**Json** | **bool** | Set output format to JSON | [optional]
8+
**DisablePreviousKeyVersion** | **bool** | Automatically disable previous key version (required for azure targets) | [optional] [default to false]
9+
**Json** | **bool** | Set output format to JSON | [optional] [default to false]
1010
**KeyOperations** | **List<string>** | A list of allowed operations for the key (required for azure targets) | [optional]
1111
**KeyringName** | **string** | Keyring name of the GCP KMS (required for gcp targets) | [optional]
1212
**KmsAlgorithm** | **string** | Algorithm of the key in GCP KMS (required for gcp targets) | [optional]
1313
**LocationId** | **string** | Location id of the GCP KMS (required for gcp targets) | [optional]
14-
**MultiRegion** | **string** | Set to 'true' to create a multi region managed key (relevant for aws targets) | [optional] [default to "false"]
14+
**MultiRegion** | **string** | Set to 'true' to create a multi-region managed key. (Relevant only for Classic Key AWS targets) | [optional] [default to "false"]
1515
**Name** | **string** | The item to associate |
1616
**ProjectId** | **string** | Project id of the GCP KMS (required for gcp targets) | [optional]
1717
**Purpose** | **string** | Purpose of the key in GCP KMS (required for gcp targets) | [optional]

Diff for: docs/Auth.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Name | Type | Description | Notes
1313
**CloudId** | **string** | The cloud identity (relevant only for access-type=azure_ad,aws_iam,gcp) | [optional]
1414
**Debug** | **bool** | | [optional]
1515
**GatewayUrl** | **string** | Gateway URL for the K8S authenticated (relevant only for access-type=k8s) | [optional]
16-
**GcpAudience** | **string** | GCP JWT audience | [optional]
17-
**Json** | **bool** | Set output format to JSON | [optional]
16+
**GcpAudience** | **string** | GCP JWT audience | [optional] [default to "akeyless.io"]
17+
**Json** | **bool** | Set output format to JSON | [optional] [default to false]
1818
**Jwt** | **string** | The Json Web Token (relevant only for access-type=jwt/oidc) | [optional]
1919
**K8sAuthConfigName** | **string** | The K8S Auth config name (relevant only for access-type=k8s) | [optional]
2020
**K8sServiceAccountToken** | **string** | The K8S service account token. (relevant only for access-type=k8s) | [optional]

Diff for: docs/Configure.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Name | Type | Description | Notes
1111
**AdminPassword** | **string** | Password (relevant only for access-type=password) | [optional]
1212
**AzureAdObjectId** | **string** | Azure Active Directory ObjectId (relevant only for access-type=azure_ad) | [optional]
1313
**CertData** | **string** | Certificate data encoded in base64. Used if file was not provided. (relevant only for access-type=cert in Curl Context) | [optional]
14-
**GcpAudience** | **string** | GCP JWT audience | [optional]
15-
**Json** | **bool** | Set output format to JSON | [optional]
14+
**GcpAudience** | **string** | GCP JWT audience | [optional] [default to "akeyless.io"]
15+
**Json** | **bool** | Set output format to JSON | [optional] [default to false]
1616
**K8sAuthConfigName** | **string** | The K8S Auth config name (relevant only for access-type=k8s) | [optional]
1717
**KeyData** | **string** | Private key data encoded in base64. Used if file was not provided.(relevant only for access-type=cert in Curl Context) | [optional]
1818

0 commit comments

Comments
 (0)