Skip to content

Commit 90fa55c

Browse files
committed
Release v4.1.0
1 parent 46c568e commit 90fa55c

File tree

991 files changed

+9793
-1302
lines changed

Some content is hidden

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

991 files changed

+9793
-1302
lines changed

Diff for: README.md

+45-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: 4.0.0
8+
- Package version: 4.1.0
99
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen
1010
For more information, please visit [http://akeyless.io](http://akeyless.io)
1111

@@ -89,6 +89,7 @@ Class | Method | HTTP request | Description
8989
*akeyless.V2Api* | [**createGlobalSignTarget**](docs/V2Api.md#createGlobalSignTarget) | **POST** /create-globalsign-target |
9090
*akeyless.V2Api* | [**createGodaddyTarget**](docs/V2Api.md#createGodaddyTarget) | **POST** /create-godaddy-target |
9191
*akeyless.V2Api* | [**createGroup**](docs/V2Api.md#createGroup) | **POST** /create-group |
92+
*akeyless.V2Api* | [**createHashiVaultTarget**](docs/V2Api.md#createHashiVaultTarget) | **POST** /create-hashi-vault-target |
9293
*akeyless.V2Api* | [**createKey**](docs/V2Api.md#createKey) | **POST** /create-key |
9394
*akeyless.V2Api* | [**createLinkedTarget**](docs/V2Api.md#createLinkedTarget) | **POST** /create-linked-target |
9495
*akeyless.V2Api* | [**createNativeK8STarget**](docs/V2Api.md#createNativeK8STarget) | **POST** /create-k8s-target |
@@ -248,12 +249,16 @@ Class | Method | HTTP request | Description
248249
*akeyless.V2Api* | [**gatewayDeleteProducer**](docs/V2Api.md#gatewayDeleteProducer) | **POST** /gateway-delete-producer |
249250
*akeyless.V2Api* | [**gatewayDownloadCustomerFragments**](docs/V2Api.md#gatewayDownloadCustomerFragments) | **POST** /gateway-download-customer-fragments |
250251
*akeyless.V2Api* | [**gatewayGetAllowedAccess**](docs/V2Api.md#gatewayGetAllowedAccess) | **POST** /gateway-get-allowed-access |
252+
*akeyless.V2Api* | [**gatewayGetCache**](docs/V2Api.md#gatewayGetCache) | **POST** /gateway-get-cache |
251253
*akeyless.V2Api* | [**gatewayGetConfig**](docs/V2Api.md#gatewayGetConfig) | **POST** /gateway-get-config |
254+
*akeyless.V2Api* | [**gatewayGetDefaults**](docs/V2Api.md#gatewayGetDefaults) | **POST** /gateway-get-defaults |
252255
*akeyless.V2Api* | [**gatewayGetK8SAuthConfig**](docs/V2Api.md#gatewayGetK8SAuthConfig) | **POST** /gateway-get-k8s-auth-config |
253256
*akeyless.V2Api* | [**gatewayGetLdapAuthConfig**](docs/V2Api.md#gatewayGetLdapAuthConfig) | **POST** /gateway-get-ldap-auth-config |
257+
*akeyless.V2Api* | [**gatewayGetLogForwarding**](docs/V2Api.md#gatewayGetLogForwarding) | **POST** /gateway-get-log-forwarding |
254258
*akeyless.V2Api* | [**gatewayGetMigration**](docs/V2Api.md#gatewayGetMigration) | **POST** /gateway-get-migration |
255259
*akeyless.V2Api* | [**gatewayGetProducer**](docs/V2Api.md#gatewayGetProducer) | **POST** /gateway-get-producer |
256260
*akeyless.V2Api* | [**gatewayGetTmpUsers**](docs/V2Api.md#gatewayGetTmpUsers) | **POST** /gateway-get-producer-tmp-creds |
261+
*akeyless.V2Api* | [**gatewayListCustomerFragments**](docs/V2Api.md#gatewayListCustomerFragments) | **POST** /gateway-list-customer-fragments |
257262
*akeyless.V2Api* | [**gatewayListMigration**](docs/V2Api.md#gatewayListMigration) | **POST** /gateway-list-migration |
258263
*akeyless.V2Api* | [**gatewayListProducers**](docs/V2Api.md#gatewayListProducers) | **POST** /gateway-list-producers |
259264
*akeyless.V2Api* | [**gatewayListRotatedSecrets**](docs/V2Api.md#gatewayListRotatedSecrets) | **POST** /gateway-list-rotated-secrets |
@@ -264,9 +269,22 @@ Class | Method | HTTP request | Description
264269
*akeyless.V2Api* | [**gatewayStopProducer**](docs/V2Api.md#gatewayStopProducer) | **POST** /gateway-stop-producer |
265270
*akeyless.V2Api* | [**gatewaySyncMigration**](docs/V2Api.md#gatewaySyncMigration) | **POST** /gateway-sync-migration |
266271
*akeyless.V2Api* | [**gatewayUpdateAllowedAccess**](docs/V2Api.md#gatewayUpdateAllowedAccess) | **POST** /gateway-update-allowed-access |
272+
*akeyless.V2Api* | [**gatewayUpdateCache**](docs/V2Api.md#gatewayUpdateCache) | **POST** /gateway-update-cache |
273+
*akeyless.V2Api* | [**gatewayUpdateDefaults**](docs/V2Api.md#gatewayUpdateDefaults) | **POST** /gateway-update-defaults |
267274
*akeyless.V2Api* | [**gatewayUpdateItem**](docs/V2Api.md#gatewayUpdateItem) | **POST** /gateway-update-item |
268275
*akeyless.V2Api* | [**gatewayUpdateK8SAuthConfig**](docs/V2Api.md#gatewayUpdateK8SAuthConfig) | **POST** /gateway-update-k8s-auth-config |
269276
*akeyless.V2Api* | [**gatewayUpdateLdapAuthConfig**](docs/V2Api.md#gatewayUpdateLdapAuthConfig) | **POST** /gateway-update-ldap-auth-config |
277+
*akeyless.V2Api* | [**gatewayUpdateLogForwardingAwsS3**](docs/V2Api.md#gatewayUpdateLogForwardingAwsS3) | **POST** /gateway-update-log-forwarding-aws-s3 |
278+
*akeyless.V2Api* | [**gatewayUpdateLogForwardingAzureAnalytics**](docs/V2Api.md#gatewayUpdateLogForwardingAzureAnalytics) | **POST** /gateway-update-log-forwarding-azure-analytics |
279+
*akeyless.V2Api* | [**gatewayUpdateLogForwardingDatadog**](docs/V2Api.md#gatewayUpdateLogForwardingDatadog) | **POST** /gateway-update-log-forwarding-datadog |
280+
*akeyless.V2Api* | [**gatewayUpdateLogForwardingElasticsearch**](docs/V2Api.md#gatewayUpdateLogForwardingElasticsearch) | **POST** /gateway-update-log-forwarding-elasticsearch |
281+
*akeyless.V2Api* | [**gatewayUpdateLogForwardingGoogleChronicle**](docs/V2Api.md#gatewayUpdateLogForwardingGoogleChronicle) | **POST** /gateway-update-log-forwarding-google-chronicle |
282+
*akeyless.V2Api* | [**gatewayUpdateLogForwardingLogstash**](docs/V2Api.md#gatewayUpdateLogForwardingLogstash) | **POST** /gateway-update-log-forwarding-logstash |
283+
*akeyless.V2Api* | [**gatewayUpdateLogForwardingLogzIo**](docs/V2Api.md#gatewayUpdateLogForwardingLogzIo) | **POST** /gateway-update-log-forwarding-logz-io |
284+
*akeyless.V2Api* | [**gatewayUpdateLogForwardingSplunk**](docs/V2Api.md#gatewayUpdateLogForwardingSplunk) | **POST** /gateway-update-log-forwarding-splunk |
285+
*akeyless.V2Api* | [**gatewayUpdateLogForwardingStdout**](docs/V2Api.md#gatewayUpdateLogForwardingStdout) | **POST** /gateway-update-log-forwarding-stdout |
286+
*akeyless.V2Api* | [**gatewayUpdateLogForwardingSumologic**](docs/V2Api.md#gatewayUpdateLogForwardingSumologic) | **POST** /gateway-update-log-forwarding-sumologic |
287+
*akeyless.V2Api* | [**gatewayUpdateLogForwardingSyslog**](docs/V2Api.md#gatewayUpdateLogForwardingSyslog) | **POST** /gateway-update-log-forwarding-syslog |
270288
*akeyless.V2Api* | [**gatewayUpdateMigration**](docs/V2Api.md#gatewayUpdateMigration) | **POST** /gateway-update-migration |
271289
*akeyless.V2Api* | [**gatewayUpdateProducerArtifactory**](docs/V2Api.md#gatewayUpdateProducerArtifactory) | **POST** /gateway-update-producer-artifactory |
272290
*akeyless.V2Api* | [**gatewayUpdateProducerAws**](docs/V2Api.md#gatewayUpdateProducerAws) | **POST** /gateway-update-producer-aws |
@@ -439,6 +457,7 @@ Class | Method | HTTP request | Description
439457
*akeyless.V2Api* | [**updateGlobalSignTarget**](docs/V2Api.md#updateGlobalSignTarget) | **POST** /update-globalsign-target |
440458
*akeyless.V2Api* | [**updateGodaddyTarget**](docs/V2Api.md#updateGodaddyTarget) | **POST** /update-godaddy-target |
441459
*akeyless.V2Api* | [**updateGroup**](docs/V2Api.md#updateGroup) | **POST** /update-group |
460+
*akeyless.V2Api* | [**updateHashiVaultTarget**](docs/V2Api.md#updateHashiVaultTarget) | **POST** /update-hashi-vault-target |
442461
*akeyless.V2Api* | [**updateItem**](docs/V2Api.md#updateItem) | **POST** /update-item |
443462
*akeyless.V2Api* | [**updateLdapTarget**](docs/V2Api.md#updateLdapTarget) | **POST** /update-ldap-target |
444463
*akeyless.V2Api* | [**updateLdapTargetDetails**](docs/V2Api.md#updateLdapTargetDetails) | **POST** /update-ldap-target-details |
@@ -604,6 +623,8 @@ Class | Method | HTTP request | Description
604623
- [akeyless.CreateGodaddyTargetOutput](docs/CreateGodaddyTargetOutput.md)
605624
- [akeyless.CreateGroup](docs/CreateGroup.md)
606625
- [akeyless.CreateGroupOutput](docs/CreateGroupOutput.md)
626+
- [akeyless.CreateHashiVaultTarget](docs/CreateHashiVaultTarget.md)
627+
- [akeyless.CreateHashiVaultTargetOutput](docs/CreateHashiVaultTargetOutput.md)
607628
- [akeyless.CreateKey](docs/CreateKey.md)
608629
- [akeyless.CreateKeyOutput](docs/CreateKeyOutput.md)
609630
- [akeyless.CreateLdapTarget](docs/CreateLdapTarget.md)
@@ -875,14 +896,19 @@ Class | Method | HTTP request | Description
875896
- [akeyless.GatewayDownloadCustomerFragments](docs/GatewayDownloadCustomerFragments.md)
876897
- [akeyless.GatewayDownloadCustomerFragmentsOutput](docs/GatewayDownloadCustomerFragmentsOutput.md)
877898
- [akeyless.GatewayGetAllowedAccess](docs/GatewayGetAllowedAccess.md)
899+
- [akeyless.GatewayGetCache](docs/GatewayGetCache.md)
878900
- [akeyless.GatewayGetConfig](docs/GatewayGetConfig.md)
901+
- [akeyless.GatewayGetDefaults](docs/GatewayGetDefaults.md)
902+
- [akeyless.GatewayGetDefaultsOutput](docs/GatewayGetDefaultsOutput.md)
879903
- [akeyless.GatewayGetK8SAuthConfig](docs/GatewayGetK8SAuthConfig.md)
880904
- [akeyless.GatewayGetK8SAuthConfigOutput](docs/GatewayGetK8SAuthConfigOutput.md)
881905
- [akeyless.GatewayGetLdapAuthConfig](docs/GatewayGetLdapAuthConfig.md)
882906
- [akeyless.GatewayGetLdapAuthConfigOutput](docs/GatewayGetLdapAuthConfigOutput.md)
907+
- [akeyless.GatewayGetLogForwarding](docs/GatewayGetLogForwarding.md)
883908
- [akeyless.GatewayGetMigration](docs/GatewayGetMigration.md)
884909
- [akeyless.GatewayGetProducer](docs/GatewayGetProducer.md)
885910
- [akeyless.GatewayGetTmpUsers](docs/GatewayGetTmpUsers.md)
911+
- [akeyless.GatewayListCustomerFragments](docs/GatewayListCustomerFragments.md)
886912
- [akeyless.GatewayListMigration](docs/GatewayListMigration.md)
887913
- [akeyless.GatewayListProducers](docs/GatewayListProducers.md)
888914
- [akeyless.GatewayListRotatedSecrets](docs/GatewayListRotatedSecrets.md)
@@ -905,13 +931,28 @@ Class | Method | HTTP request | Description
905931
- [akeyless.GatewayStopProducerOutput](docs/GatewayStopProducerOutput.md)
906932
- [akeyless.GatewaySyncMigration](docs/GatewaySyncMigration.md)
907933
- [akeyless.GatewayUpdateAllowedAccess](docs/GatewayUpdateAllowedAccess.md)
934+
- [akeyless.GatewayUpdateCache](docs/GatewayUpdateCache.md)
935+
- [akeyless.GatewayUpdateDefaults](docs/GatewayUpdateDefaults.md)
908936
- [akeyless.GatewayUpdateItem](docs/GatewayUpdateItem.md)
909937
- [akeyless.GatewayUpdateItemOutput](docs/GatewayUpdateItemOutput.md)
910938
- [akeyless.GatewayUpdateK8SAuthConfig](docs/GatewayUpdateK8SAuthConfig.md)
911939
- [akeyless.GatewayUpdateK8SAuthConfigOutput](docs/GatewayUpdateK8SAuthConfigOutput.md)
912940
- [akeyless.GatewayUpdateLdapAuthConfig](docs/GatewayUpdateLdapAuthConfig.md)
913941
- [akeyless.GatewayUpdateLdapAuthConfigOutput](docs/GatewayUpdateLdapAuthConfigOutput.md)
942+
- [akeyless.GatewayUpdateLogForwardingAwsS3](docs/GatewayUpdateLogForwardingAwsS3.md)
943+
- [akeyless.GatewayUpdateLogForwardingAzureAnalytics](docs/GatewayUpdateLogForwardingAzureAnalytics.md)
944+
- [akeyless.GatewayUpdateLogForwardingDatadog](docs/GatewayUpdateLogForwardingDatadog.md)
945+
- [akeyless.GatewayUpdateLogForwardingElasticsearch](docs/GatewayUpdateLogForwardingElasticsearch.md)
946+
- [akeyless.GatewayUpdateLogForwardingGoogleChronicle](docs/GatewayUpdateLogForwardingGoogleChronicle.md)
947+
- [akeyless.GatewayUpdateLogForwardingLogstash](docs/GatewayUpdateLogForwardingLogstash.md)
948+
- [akeyless.GatewayUpdateLogForwardingLogzIo](docs/GatewayUpdateLogForwardingLogzIo.md)
949+
- [akeyless.GatewayUpdateLogForwardingOutput](docs/GatewayUpdateLogForwardingOutput.md)
950+
- [akeyless.GatewayUpdateLogForwardingSplunk](docs/GatewayUpdateLogForwardingSplunk.md)
951+
- [akeyless.GatewayUpdateLogForwardingStdout](docs/GatewayUpdateLogForwardingStdout.md)
952+
- [akeyless.GatewayUpdateLogForwardingSumologic](docs/GatewayUpdateLogForwardingSumologic.md)
953+
- [akeyless.GatewayUpdateLogForwardingSyslog](docs/GatewayUpdateLogForwardingSyslog.md)
914954
- [akeyless.GatewayUpdateMigration](docs/GatewayUpdateMigration.md)
955+
- [akeyless.GatewayUpdateOutput](docs/GatewayUpdateOutput.md)
915956
- [akeyless.GatewayUpdateProducerArtifactory](docs/GatewayUpdateProducerArtifactory.md)
916957
- [akeyless.GatewayUpdateProducerArtifactoryOutput](docs/GatewayUpdateProducerArtifactoryOutput.md)
917958
- [akeyless.GatewayUpdateProducerAws](docs/GatewayUpdateProducerAws.md)
@@ -1011,6 +1052,7 @@ Class | Method | HTTP request | Description
10111052
- [akeyless.GwClusterIdentity](docs/GwClusterIdentity.md)
10121053
- [akeyless.HashiMigration](docs/HashiMigration.md)
10131054
- [akeyless.HashiPayload](docs/HashiPayload.md)
1055+
- [akeyless.HashiVaultTargetDetails](docs/HashiVaultTargetDetails.md)
10141056
- [akeyless.Hmac](docs/Hmac.md)
10151057
- [akeyless.HmacOutput](docs/HmacOutput.md)
10161058
- [akeyless.HuaweiAccessRules](docs/HuaweiAccessRules.md)
@@ -1292,6 +1334,8 @@ Class | Method | HTTP request | Description
12921334
- [akeyless.UpdateGodaddyTargetOutput](docs/UpdateGodaddyTargetOutput.md)
12931335
- [akeyless.UpdateGroup](docs/UpdateGroup.md)
12941336
- [akeyless.UpdateGroupOutput](docs/UpdateGroupOutput.md)
1337+
- [akeyless.UpdateHashiVaultTarget](docs/UpdateHashiVaultTarget.md)
1338+
- [akeyless.UpdateHashiVaultTargetOutput](docs/UpdateHashiVaultTargetOutput.md)
12951339
- [akeyless.UpdateItem](docs/UpdateItem.md)
12961340
- [akeyless.UpdateItemOutput](docs/UpdateItemOutput.md)
12971341
- [akeyless.UpdateLdapTarget](docs/UpdateLdapTarget.md)

Diff for: docs/AssocTargetItem.md

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Name | Type | Description | Notes
1717
**postProvisionCommand** | **String** | A custom command to run on the remote target after successful provisioning (relevant only for certificate provisioning) | [optional]
1818
**privateKeyPath** | **String** | A path on the target to store the private key (relevant only for certificate provisioning) | [optional]
1919
**projectId** | **String** | Project id of the GCP KMS (required for gcp targets) | [optional]
20+
**protectionLevel** | **String** | Protection level of the key [software/hardware] (relevant for gcp targets) | [optional] [default to 'software']
2021
**purpose** | **String** | Purpose of the key in GCP KMS (required for gcp targets) | [optional]
2122
**regions** | **[String]** | The list of regions to create a copy of the key in (relevant for aws targets) | [optional]
2223
**sraAssociation** | **Boolean** | Is the target to associate is for sra, relevant only for linked target association for ldap rotated secret | [optional] [default to false]

Diff for: docs/BastionListEntry.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Name | Type | Description | Notes
1010
**allowedUrlsPerInstance** | **{String: [String]}** | | [optional]
1111
**clusterName** | **String** | | [optional]
1212
**displayName** | **String** | | [optional]
13+
**hasGatewayIdentity** | **Boolean** | | [optional]
1314
**lastReport** | **Date** | | [optional]
1415

1516

Diff for: docs/CreateHashiVaultTarget.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# akeyless.CreateHashiVaultTarget
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**description** | **String** | Description of the object | [optional]
8+
**hashiUrl** | **String** | HashiCorp Vault API URL, e.g. https://vault-mgr01:8200 | [optional]
9+
**json** | **Boolean** | Set output format to JSON | [optional] [default to false]
10+
**key** | **String** | The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used) | [optional]
11+
**maxVersions** | **String** | Set the maximum number of versions, limited by the account settings defaults. | [optional]
12+
**name** | **String** | Target name |
13+
**namespace** | **[String]** | Comma-separated list of vault namespaces | [optional]
14+
**token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional]
15+
**uidToken** | **String** | The universal identity token, Required only for universal_identity authentication | [optional]
16+
**vaultToken** | **String** | Vault access token with sufficient permissions | [optional]
17+
18+

Diff for: docs/CreateHashiVaultTargetOutput.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# akeyless.CreateHashiVaultTargetOutput
2+
3+
## Properties
4+
5+
Name | Type | Description | Notes
6+
------------ | ------------- | ------------- | -------------
7+
**targetId** | **Number** | | [optional]
8+
9+

Diff for: docs/CreateRotatedSecret.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
1818
**gcpServiceAccountEmail** | **String** | The email of the gcp service account to rotate | [optional]
1919
**gcpServiceAccountKeyId** | **String** | The key id of the gcp service account to rotate | [optional]
2020
**graceRotation** | **String** | Create a new access key without deleting the old key from AWS for backup (relevant only for AWS) [true/false] | [optional]
21-
**hostProvider** | **String** | Host provider type [explicit/target], Relevant only for Secure Remote Access of ssh cert issuer and ldap rotated secret | [optional] [default to 'explicit']
21+
**hostProvider** | **String** | Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret | [optional]
2222
**json** | **Boolean** | Set output format to JSON | [optional] [default to false]
2323
**key** | **String** | The name of a key that used to encrypt the secret value (if empty, the account default protectionKey key will be used) | [optional]
2424
**metadata** | **String** | Deprecated - use description | [optional]
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
5151
**sshUsername** | **String** | Deprecated: use RotatedUser | [optional]
5252
**storageAccountKeyName** | **String** | The name of the storage account key to rotate [key1/key2/kerb1/kerb2] (relevat to azure-storage-account) | [optional]
5353
**tags** | **[String]** | Add tags attached to this object | [optional]
54-
**target** | **[String]** | A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer and ldap rotated secret, To specify multiple targets use argument multiple times | [optional]
54+
**target** | **[String]** | A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer, ldap rotated secret and ldap dynamic secret, To specify multiple targets use argument multiple times | [optional]
5555
**targetName** | **String** | Target name |
5656
**token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional]
5757
**uidToken** | **String** | The universal identity token, Required only for universal_identity authentication | [optional]

Diff for: docs/CreateSSHCertIssuer.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
99
**deleteProtection** | **String** | Protection from accidental deletion of this item [true/false] | [optional]
1010
**description** | **String** | Description of the object | [optional]
1111
**extensions** | **{String: String}** | Signed certificates with extensions, e.g permit-port-forwarding=\\\"\\\" | [optional]
12-
**hostProvider** | **String** | Host provider type [explicit/target], Relevant only for Secure Remote Access of ssh cert issuer and ldap rotated secret | [optional] [default to 'explicit']
12+
**hostProvider** | **String** | Host provider type [explicit/target], Default Host provider is explicit, Relevant only for Secure Remote Access of ssh cert issuer, ldap rotated secret and ldap dynamic secret | [optional]
1313
**json** | **Boolean** | Set output format to JSON | [optional] [default to false]
1414
**metadata** | **String** | Deprecated - use description | [optional]
1515
**name** | **String** | SSH certificate issuer name |
@@ -22,7 +22,7 @@ Name | Type | Description | Notes
2222
**secureAccessUseInternalBastion** | **Boolean** | Use internal SSH Bastion | [optional]
2323
**signerKeyName** | **String** | A key to sign the certificate with |
2424
**tag** | **[String]** | List of the tags attached to this key | [optional]
25-
**target** | **[String]** | A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer and ldap rotated secret, To specify multiple targets use argument multiple times | [optional]
25+
**target** | **[String]** | A list of linked targets to be associated, Relevant only for Secure Remote Access for ssh cert issuer, ldap rotated secret and ldap dynamic secret, To specify multiple targets use argument multiple times | [optional]
2626
**token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional]
2727
**ttl** | **Number** | The requested Time To Live for the certificate, in seconds |
2828
**uidToken** | **String** | The universal identity token, Required only for universal_identity authentication | [optional]

0 commit comments

Comments
 (0)