Skip to content

Commit ce8dc58

Browse files
committed
Release v3.3.17
1 parent 4d81175 commit ce8dc58

File tree

779 files changed

+6612
-704
lines changed

Some content is hidden

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

779 files changed

+6612
-704
lines changed

README.md

+32-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 SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
66

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

@@ -86,9 +86,11 @@ Class | Method | HTTP request | Description
8686
*akeyless.V2Api* | [**createGithubTarget**](docs/V2Api.md#createGithubTarget) | **POST** /create-github-target |
8787
*akeyless.V2Api* | [**createGlobalSignAtlasTarget**](docs/V2Api.md#createGlobalSignAtlasTarget) | **POST** /create-globalsign-atlas-target |
8888
*akeyless.V2Api* | [**createGlobalSignTarget**](docs/V2Api.md#createGlobalSignTarget) | **POST** /create-globalsign-target |
89+
*akeyless.V2Api* | [**createGroup**](docs/V2Api.md#createGroup) | **POST** /create-group |
8990
*akeyless.V2Api* | [**createKey**](docs/V2Api.md#createKey) | **POST** /create-key |
9091
*akeyless.V2Api* | [**createLinkedTarget**](docs/V2Api.md#createLinkedTarget) | **POST** /create-linked-target |
9192
*akeyless.V2Api* | [**createNativeK8STarget**](docs/V2Api.md#createNativeK8STarget) | **POST** /create-k8s-target |
93+
*akeyless.V2Api* | [**createOidcApp**](docs/V2Api.md#createOidcApp) | **POST** /create-oidc-app |
9294
*akeyless.V2Api* | [**createPKICertIssuer**](docs/V2Api.md#createPKICertIssuer) | **POST** /create-pki-cert-issuer |
9395
*akeyless.V2Api* | [**createPingTarget**](docs/V2Api.md#createPingTarget) | **POST** /create-ping-target |
9496
*akeyless.V2Api* | [**createRabbitMQTarget**](docs/V2Api.md#createRabbitMQTarget) | **POST** /create-rabbitmq-target |
@@ -99,6 +101,7 @@ Class | Method | HTTP request | Description
99101
*akeyless.V2Api* | [**createSalesforceTarget**](docs/V2Api.md#createSalesforceTarget) | **POST** /create-salesforce-target |
100102
*akeyless.V2Api* | [**createSecret**](docs/V2Api.md#createSecret) | **POST** /create-secret |
101103
*akeyless.V2Api* | [**createTokenizer**](docs/V2Api.md#createTokenizer) | **POST** /create-tokenizer |
104+
*akeyless.V2Api* | [**createUserEvent**](docs/V2Api.md#createUserEvent) | **POST** /create-user-event |
102105
*akeyless.V2Api* | [**createWebTarget**](docs/V2Api.md#createWebTarget) | **POST** /create-web-target |
103106
*akeyless.V2Api* | [**createWindowsTarget**](docs/V2Api.md#createWindowsTarget) | **POST** /create-windows-target |
104107
*akeyless.V2Api* | [**createZeroSSLTarget**](docs/V2Api.md#createZeroSSLTarget) | **POST** /create-zerossl-target |
@@ -111,6 +114,7 @@ Class | Method | HTTP request | Description
111114
*akeyless.V2Api* | [**deleteAuthMethods**](docs/V2Api.md#deleteAuthMethods) | **POST** /delete-auth-methods |
112115
*akeyless.V2Api* | [**deleteEventForwarder**](docs/V2Api.md#deleteEventForwarder) | **POST** /delete-event-forwarder |
113116
*akeyless.V2Api* | [**deleteGatewayAllowedAccessId**](docs/V2Api.md#deleteGatewayAllowedAccessId) | **POST** /gateway-delete-allowed-management-access |
117+
*akeyless.V2Api* | [**deleteGroup**](docs/V2Api.md#deleteGroup) | **POST** /delete-group |
114118
*akeyless.V2Api* | [**deleteGwCluster**](docs/V2Api.md#deleteGwCluster) | **POST** /delete-gateway-cluster |
115119
*akeyless.V2Api* | [**deleteItem**](docs/V2Api.md#deleteItem) | **POST** /delete-item |
116120
*akeyless.V2Api* | [**deleteItems**](docs/V2Api.md#deleteItems) | **POST** /delete-items |
@@ -225,6 +229,7 @@ Class | Method | HTTP request | Description
225229
*akeyless.V2Api* | [**getCertificateValue**](docs/V2Api.md#getCertificateValue) | **POST** /get-certificate-value |
226230
*akeyless.V2Api* | [**getDynamicSecretValue**](docs/V2Api.md#getDynamicSecretValue) | **POST** /get-dynamic-secret-value |
227231
*akeyless.V2Api* | [**getEventForwarder**](docs/V2Api.md#getEventForwarder) | **POST** /get-event-forwarder |
232+
*akeyless.V2Api* | [**getGroup**](docs/V2Api.md#getGroup) | **POST** /get-group |
228233
*akeyless.V2Api* | [**getKubeExecCreds**](docs/V2Api.md#getKubeExecCreds) | **POST** /get-kube-exec-creds |
229234
*akeyless.V2Api* | [**getPKICertificate**](docs/V2Api.md#getPKICertificate) | **POST** /get-pki-certificate |
230235
*akeyless.V2Api* | [**getRSAPublic**](docs/V2Api.md#getRSAPublic) | **POST** /get-rsa-public |
@@ -235,6 +240,7 @@ Class | Method | HTTP request | Description
235240
*akeyless.V2Api* | [**getTags**](docs/V2Api.md#getTags) | **POST** /get-tags |
236241
*akeyless.V2Api* | [**getTarget**](docs/V2Api.md#getTarget) | **POST** /get-target |
237242
*akeyless.V2Api* | [**getTargetDetails**](docs/V2Api.md#getTargetDetails) | **POST** /get-target-details |
243+
*akeyless.V2Api* | [**getUserLastEventStatus**](docs/V2Api.md#getUserLastEventStatus) | **POST** /user-event-last-status |
238244
*akeyless.V2Api* | [**hmac**](docs/V2Api.md#hmac) | **POST** /hmac |
239245
*akeyless.V2Api* | [**importPasswords**](docs/V2Api.md#importPasswords) | **POST** /import-passwords |
240246
*akeyless.V2Api* | [**kmipClientDeleteRule**](docs/V2Api.md#kmipClientDeleteRule) | **POST** /kmip-client-delete-rule |
@@ -252,6 +258,7 @@ Class | Method | HTTP request | Description
252258
*akeyless.V2Api* | [**kmipSetServerState**](docs/V2Api.md#kmipSetServerState) | **POST** /kmip-set-environment-state |
253259
*akeyless.V2Api* | [**listAuthMethods**](docs/V2Api.md#listAuthMethods) | **POST** /list-auth-methods |
254260
*akeyless.V2Api* | [**listGateways**](docs/V2Api.md#listGateways) | **POST** /list-gateways |
261+
*akeyless.V2Api* | [**listGroups**](docs/V2Api.md#listGroups) | **POST** /list-group |
255262
*akeyless.V2Api* | [**listItems**](docs/V2Api.md#listItems) | **POST** /list-items |
256263
*akeyless.V2Api* | [**listRoles**](docs/V2Api.md#listRoles) | **POST** /list-roles |
257264
*akeyless.V2Api* | [**listSRABastions**](docs/V2Api.md#listSRABastions) | **POST** /list-sra-bastions |
@@ -265,6 +272,7 @@ Class | Method | HTTP request | Description
265272
*akeyless.V2Api* | [**revokeCreds**](docs/V2Api.md#revokeCreds) | **POST** /revoke-creds |
266273
*akeyless.V2Api* | [**rollbackSecret**](docs/V2Api.md#rollbackSecret) | **POST** /rollback-secret |
267274
*akeyless.V2Api* | [**rotateKey**](docs/V2Api.md#rotateKey) | **POST** /rotate-key |
275+
*akeyless.V2Api* | [**rotateOidcClientSecret**](docs/V2Api.md#rotateOidcClientSecret) | **POST** /rotate-oidc-client-secret |
268276
*akeyless.V2Api* | [**rotateSecret**](docs/V2Api.md#rotateSecret) | **POST** /gateway-rotate-secret |
269277
*akeyless.V2Api* | [**setItemState**](docs/V2Api.md#setItemState) | **POST** /set-item-state |
270278
*akeyless.V2Api* | [**setRoleRule**](docs/V2Api.md#setRoleRule) | **POST** /set-role-rule |
@@ -309,11 +317,13 @@ Class | Method | HTTP request | Description
309317
*akeyless.V2Api* | [**updateGithubTarget**](docs/V2Api.md#updateGithubTarget) | **POST** /update-github-target |
310318
*akeyless.V2Api* | [**updateGlobalSignAtlasTarget**](docs/V2Api.md#updateGlobalSignAtlasTarget) | **POST** /update-globalsign-atlas-target |
311319
*akeyless.V2Api* | [**updateGlobalSignTarget**](docs/V2Api.md#updateGlobalSignTarget) | **POST** /update-globalsign-target |
320+
*akeyless.V2Api* | [**updateGroup**](docs/V2Api.md#updateGroup) | **POST** /update-group |
312321
*akeyless.V2Api* | [**updateItem**](docs/V2Api.md#updateItem) | **POST** /update-item |
313322
*akeyless.V2Api* | [**updateLdapTarget**](docs/V2Api.md#updateLdapTarget) | **POST** /update-ldap-target |
314323
*akeyless.V2Api* | [**updateLdapTargetDetails**](docs/V2Api.md#updateLdapTargetDetails) | **POST** /update-ldap-target-details |
315324
*akeyless.V2Api* | [**updateLinkedTarget**](docs/V2Api.md#updateLinkedTarget) | **POST** /update-linked-target |
316325
*akeyless.V2Api* | [**updateNativeK8STarget**](docs/V2Api.md#updateNativeK8STarget) | **POST** /update-k8s-target |
326+
*akeyless.V2Api* | [**updateOidcApp**](docs/V2Api.md#updateOidcApp) | **POST** /update-oidc-app |
317327
*akeyless.V2Api* | [**updatePKICertIssuer**](docs/V2Api.md#updatePKICertIssuer) | **POST** /update-pki-cert-issuer |
318328
*akeyless.V2Api* | [**updatePingTarget**](docs/V2Api.md#updatePingTarget) | **POST** /update-ping-target |
319329
*akeyless.V2Api* | [**updateRDPTargetDetails**](docs/V2Api.md#updateRDPTargetDetails) | **POST** /update-rdp-target-details |
@@ -349,6 +359,7 @@ Class | Method | HTTP request | Description
349359
- [akeyless.AWSPayload](docs/AWSPayload.md)
350360
- [akeyless.AWSSecretsMigration](docs/AWSSecretsMigration.md)
351361
- [akeyless.AWSTargetDetails](docs/AWSTargetDetails.md)
362+
- [akeyless.AccessOrGroupPermissionAssignment](docs/AccessOrGroupPermissionAssignment.md)
352363
- [akeyless.AccessPermissionAssignment](docs/AccessPermissionAssignment.md)
353364
- [akeyless.AccountGeneralSettings](docs/AccountGeneralSettings.md)
354365
- [akeyless.AccountObjectVersionSettingsOutput](docs/AccountObjectVersionSettingsOutput.md)
@@ -453,6 +464,8 @@ Class | Method | HTTP request | Description
453464
- [akeyless.CreateGlobalSignAtlasTargetOutput](docs/CreateGlobalSignAtlasTargetOutput.md)
454465
- [akeyless.CreateGlobalSignTarget](docs/CreateGlobalSignTarget.md)
455466
- [akeyless.CreateGlobalSignTargetOutput](docs/CreateGlobalSignTargetOutput.md)
467+
- [akeyless.CreateGroup](docs/CreateGroup.md)
468+
- [akeyless.CreateGroupOutput](docs/CreateGroupOutput.md)
456469
- [akeyless.CreateKey](docs/CreateKey.md)
457470
- [akeyless.CreateKeyOutput](docs/CreateKeyOutput.md)
458471
- [akeyless.CreateLdapTarget](docs/CreateLdapTarget.md)
@@ -461,6 +474,8 @@ Class | Method | HTTP request | Description
461474
- [akeyless.CreateLinkedTargetOutput](docs/CreateLinkedTargetOutput.md)
462475
- [akeyless.CreateNativeK8STarget](docs/CreateNativeK8STarget.md)
463476
- [akeyless.CreateNativeK8STargetOutput](docs/CreateNativeK8STargetOutput.md)
477+
- [akeyless.CreateOidcApp](docs/CreateOidcApp.md)
478+
- [akeyless.CreateOidcAppOutput](docs/CreateOidcAppOutput.md)
464479
- [akeyless.CreatePKICertIssuer](docs/CreatePKICertIssuer.md)
465480
- [akeyless.CreatePKICertIssuerOutput](docs/CreatePKICertIssuerOutput.md)
466481
- [akeyless.CreatePingTarget](docs/CreatePingTarget.md)
@@ -482,6 +497,8 @@ Class | Method | HTTP request | Description
482497
- [akeyless.CreateTargetItemAssocOutput](docs/CreateTargetItemAssocOutput.md)
483498
- [akeyless.CreateTokenizer](docs/CreateTokenizer.md)
484499
- [akeyless.CreateTokenizerOutput](docs/CreateTokenizerOutput.md)
500+
- [akeyless.CreateUserEvent](docs/CreateUserEvent.md)
501+
- [akeyless.CreateUserEventOutput](docs/CreateUserEventOutput.md)
485502
- [akeyless.CreateWebTarget](docs/CreateWebTarget.md)
486503
- [akeyless.CreateWebTargetOutput](docs/CreateWebTargetOutput.md)
487504
- [akeyless.CreateWindowsTarget](docs/CreateWindowsTarget.md)
@@ -513,6 +530,8 @@ Class | Method | HTTP request | Description
513530
- [akeyless.DeleteAuthMethodsOutput](docs/DeleteAuthMethodsOutput.md)
514531
- [akeyless.DeleteEventForwarder](docs/DeleteEventForwarder.md)
515532
- [akeyless.DeleteGatewayAllowedAccessId](docs/DeleteGatewayAllowedAccessId.md)
533+
- [akeyless.DeleteGroup](docs/DeleteGroup.md)
534+
- [akeyless.DeleteGroupOutput](docs/DeleteGroupOutput.md)
516535
- [akeyless.DeleteGwCluster](docs/DeleteGwCluster.md)
517536
- [akeyless.DeleteItem](docs/DeleteItem.md)
518537
- [akeyless.DeleteItemOutput](docs/DeleteItemOutput.md)
@@ -741,8 +760,11 @@ Class | Method | HTTP request | Description
741760
- [akeyless.GetDynamicSecretValue](docs/GetDynamicSecretValue.md)
742761
- [akeyless.GetEventForwarder](docs/GetEventForwarder.md)
743762
- [akeyless.GetEventForwarderOutput](docs/GetEventForwarderOutput.md)
763+
- [akeyless.GetGroup](docs/GetGroup.md)
764+
- [akeyless.GetGroupOutput](docs/GetGroupOutput.md)
744765
- [akeyless.GetKubeExecCreds](docs/GetKubeExecCreds.md)
745766
- [akeyless.GetKubeExecCredsOutput](docs/GetKubeExecCredsOutput.md)
767+
- [akeyless.GetLastUserEventStatus](docs/GetLastUserEventStatus.md)
746768
- [akeyless.GetPKICertificate](docs/GetPKICertificate.md)
747769
- [akeyless.GetPKICertificateOutput](docs/GetPKICertificateOutput.md)
748770
- [akeyless.GetProducersListReplyObj](docs/GetProducersListReplyObj.md)
@@ -757,10 +779,12 @@ Class | Method | HTTP request | Description
757779
- [akeyless.GetTarget](docs/GetTarget.md)
758780
- [akeyless.GetTargetDetails](docs/GetTargetDetails.md)
759781
- [akeyless.GetTargetDetailsOutput](docs/GetTargetDetailsOutput.md)
782+
- [akeyless.GetUserEventStatusOutput](docs/GetUserEventStatusOutput.md)
760783
- [akeyless.GithubTargetDetails](docs/GithubTargetDetails.md)
761784
- [akeyless.GlobalSignAtlasTargetDetails](docs/GlobalSignAtlasTargetDetails.md)
762785
- [akeyless.GlobalSignGCCTargetDetails](docs/GlobalSignGCCTargetDetails.md)
763786
- [akeyless.GoogleChronicleForwardingConfig](docs/GoogleChronicleForwardingConfig.md)
787+
- [akeyless.Group](docs/Group.md)
764788
- [akeyless.GwClusterIdentity](docs/GwClusterIdentity.md)
765789
- [akeyless.HashiMigration](docs/HashiMigration.md)
766790
- [akeyless.HashiPayload](docs/HashiPayload.md)
@@ -818,6 +842,8 @@ Class | Method | HTTP request | Description
818842
- [akeyless.ListAuthMethods](docs/ListAuthMethods.md)
819843
- [akeyless.ListAuthMethodsOutput](docs/ListAuthMethodsOutput.md)
820844
- [akeyless.ListGateways](docs/ListGateways.md)
845+
- [akeyless.ListGroups](docs/ListGroups.md)
846+
- [akeyless.ListGroupsOutput](docs/ListGroupsOutput.md)
821847
- [akeyless.ListItems](docs/ListItems.md)
822848
- [akeyless.ListItemsInPathOutput](docs/ListItemsInPathOutput.md)
823849
- [akeyless.ListItemsOutput](docs/ListItemsOutput.md)
@@ -876,6 +902,8 @@ Class | Method | HTTP request | Description
876902
- [akeyless.RollbackSecretOutput](docs/RollbackSecretOutput.md)
877903
- [akeyless.RotateKey](docs/RotateKey.md)
878904
- [akeyless.RotateKeyOutput](docs/RotateKeyOutput.md)
905+
- [akeyless.RotateOidcClientOutput](docs/RotateOidcClientOutput.md)
906+
- [akeyless.RotateOidcClientSecret](docs/RotateOidcClientSecret.md)
879907
- [akeyless.RotateSecret](docs/RotateSecret.md)
880908
- [akeyless.RotatedSecretDetailsInfo](docs/RotatedSecretDetailsInfo.md)
881909
- [akeyless.RotatedSecretOutput](docs/RotatedSecretOutput.md)
@@ -981,6 +1009,8 @@ Class | Method | HTTP request | Description
9811009
- [akeyless.UpdateGlobalSignAtlasTargetOutput](docs/UpdateGlobalSignAtlasTargetOutput.md)
9821010
- [akeyless.UpdateGlobalSignTarget](docs/UpdateGlobalSignTarget.md)
9831011
- [akeyless.UpdateGlobalSignTargetOutput](docs/UpdateGlobalSignTargetOutput.md)
1012+
- [akeyless.UpdateGroup](docs/UpdateGroup.md)
1013+
- [akeyless.UpdateGroupOutput](docs/UpdateGroupOutput.md)
9841014
- [akeyless.UpdateItem](docs/UpdateItem.md)
9851015
- [akeyless.UpdateItemOutput](docs/UpdateItemOutput.md)
9861016
- [akeyless.UpdateLdapTarget](docs/UpdateLdapTarget.md)
@@ -989,6 +1019,7 @@ Class | Method | HTTP request | Description
9891019
- [akeyless.UpdateLinkedTarget](docs/UpdateLinkedTarget.md)
9901020
- [akeyless.UpdateNativeK8STarget](docs/UpdateNativeK8STarget.md)
9911021
- [akeyless.UpdateNativeK8STargetOutput](docs/UpdateNativeK8STargetOutput.md)
1022+
- [akeyless.UpdateOidcApp](docs/UpdateOidcApp.md)
9921023
- [akeyless.UpdateOutput](docs/UpdateOutput.md)
9931024
- [akeyless.UpdatePKICertIssuer](docs/UpdatePKICertIssuer.md)
9941025
- [akeyless.UpdatePKICertIssuerOutput](docs/UpdatePKICertIssuerOutput.md)
+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# akeyless.AccessOrGroupPermissionAssignment
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**accessId** | **String** | | [optional]
8+
**assignmentType** | **String** | | [optional]
9+
**groupId** | **String** | | [optional]
10+
**subClaims** | **{String: [String]}** | | [optional]
11+
12+

docs/AccountGeneralSettings.md

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Name | Type | Description | Notes
88
**accountDefaultKeyName** | **String** | AccountDefaultKeyName is the name of the DFC key item configured as the default key This is here simply for the response to include the item name in addition to the display ID so the client can properly show this to the user. It will not be saved to the DB, only the AccountDefaultKeyItemID will. | [optional]
99
**dataProtectionSection** | [**DataProtectionSection**](DataProtectionSection.md) | | [optional]
1010
**enableRequestForAccess** | **Boolean** | | [optional]
11+
**invalidCharacters** | **String** | InvalidCharacters is the invalid characters for items/targets/roles/auths/notifier_forwarder naming convention | [optional]
1112
**passwordPolicy** | [**PasswordPolicyInfo**](PasswordPolicyInfo.md) | | [optional]
1213
**protectItemsByDefault** | **Boolean** | | [optional]
1314
**sharingPolicy** | [**SharingPolicyInfo**](SharingPolicyInfo.md) | | [optional]

docs/Connect.md

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Name | Type | Description | Notes
2020
**target** | **String** | The target | [optional]
2121
**token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional]
2222
**uidToken** | **String** | The universal identity token, Required only for universal_identity authentication | [optional]
23+
**useSshAgent** | **Boolean** | Enable ssh-agent | [optional]
2324
**viaBastion** | **String** | The jump box server | [optional]
2425

2526

docs/CreateEventForwarder.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
**emailTo** | **String** | A comma seperated list of email addresses to send event to (relevant only for \"email\" Event Forwarder) | [optional]
1212
**eventSourceLocations** | **[String]** | Event sources |
1313
**eventSourceType** | **String** | Event Source type [item, target, auth_method] | [optional] [default to 'item']
14-
**eventTypes** | **[String]** | List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, auth-method-pending-expiration, auth-method-expired, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure] | [optional]
14+
**eventTypes** | **[String]** | List of event types to notify about [request-access, certificate-pending-expiration, certificate-expired, auth-method-pending-expiration, auth-method-expired, rotated-secret-success, rotated-secret-failure, dynamic-secret-failure, multi-auth-failure, uid-rotation-failure] | [optional]
1515
**every** | **String** | Rate of periodic runner repetition in hours | [optional]
1616
**forwarderType** | **String** | |
1717
**host** | **String** | Workstation Host | [optional]

docs/CreateGroup.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# akeyless.CreateGroup
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**description** | **String** | Description of the object | [optional]
8+
**groupAlias** | **String** | A short group alias |
9+
**json** | **Boolean** | Set output format to JSON | [optional] [default to false]
10+
**name** | **String** | Group name |
11+
**token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional]
12+
**uidToken** | **String** | The universal identity token, Required only for universal_identity authentication | [optional]
13+
**userAssignment** | **String** | A json string defining the access permission assignment for this client | [optional]
14+
15+

docs/CreateGroupOutput.md

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# akeyless.CreateGroupOutput
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**groupAlias** | **String** | | [optional]
8+
**id** | **String** | | [optional]
9+
**name** | **String** | | [optional]
10+
11+

docs/CreateNativeK8STarget.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ Name | Type | Description | Notes
77
**comment** | **String** | Deprecated - use description | [optional]
88
**description** | **String** | Description of the object | [optional]
99
**json** | **Boolean** | Set output format to JSON | [optional] [default to false]
10+
**k8sAuthType** | **String** | K8S auth type [token/certificate] | [optional] [default to 'token']
11+
**k8sClientCertificate** | **String** | Content of the k8 client certificate (PEM format) in a Base64 format | [optional]
12+
**k8sClientKey** | **String** | Content of the k8 client private key (PEM format) in a Base64 format | [optional]
1013
**k8sClusterCaCert** | **String** | K8S cluster CA certificate | [default to 'dummy_val']
1114
**k8sClusterEndpoint** | **String** | K8S cluster URL endpoint | [default to 'dummy_val']
1215
**k8sClusterToken** | **String** | K8S cluster Bearer token | [default to 'dummy_val']

0 commit comments

Comments
 (0)