You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/DynamicSecretCreateGcp.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ dynamicSecretCreateGcp is a command that creates a GCP dynamic secret
14
14
|**gcpCredType**|**String**||[optional]|
15
15
|**gcpKey**|**String**| Base64-encoded service account private key text |[optional]|
16
16
|**gcpKeyAlgo**|**String**| Service account key algorithm, e.g. KEY_ALG_RSA_1024 |[optional]|
17
+
|**gcpProjectId**|**String**| GCP Project ID override for dynamic secret operations (tmp service accounts) |[optional]|
17
18
|**gcpSaEmail**|**String**| The email of the fixed service acocunt to generate keys or tokens for. (revelant for service-account-type=fixed) |[optional]|
18
19
|**gcpTokenScopes**|**String**| Access token scopes list, e.g. scope1,scope2 |[optional]|
19
20
|**json**|**Boolean**| Set output format to JSON |[optional]|
Copy file name to clipboardExpand all lines: docs/DynamicSecretUpdateGcp.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ dynamicSecretUpdateGcp is a command that updates a GCP dynamic secret
14
14
|**gcpCredType**|**String**||[optional]|
15
15
|**gcpKey**|**String**| Base64-encoded service account private key text |[optional]|
16
16
|**gcpKeyAlgo**|**String**| Service account key algorithm, e.g. KEY_ALG_RSA_1024 |[optional]|
17
+
|**gcpProjectId**|**String**| GCP Project ID override for dynamic secret operations (tmp service accounts) |[optional]|
17
18
|**gcpSaEmail**|**String**| The email of the fixed service acocunt to generate keys or tokens for. (revelant for service-account-type=fixed) |[optional]|
18
19
|**gcpTokenScopes**|**String**| Access token scopes list, e.g. scope1,scope2 |[optional]|
19
20
|**json**|**Boolean**| Set output format to JSON |[optional]|
|**adAutoRotate**|**String**| Enable/Disable automatic/recurrent rotation for migrated secrets. Default is false: only manual rotation is allowed for migrated secrets. If set to true, this command should be combined with --ad-rotation-interval and --ad-rotation-hour parameters (Relevant only for Active Directory migration) |[optional]|
18
13
|**adComputerBaseDn**|**String**| Distinguished Name of Computer objects (servers) to search in Active Directory e.g.: CN=Computers,DC=example,DC=com (Relevant only for Active Directory migration) |[optional]|
@@ -70,7 +65,7 @@ gatewayCreateMigration is a command that create migration
70
65
|**siUsersPathTemplate**|**String**| Path location template for migrating users as Rotated Secrets e.g.: .../Users/{{COMPUTER_NAME}}/{{USERNAME}} (Relevant only for Server Inventory migration) ||
71
66
|**targetLocation**|**String**| Target location in Akeyless for imported secrets ||
72
67
|**token**|**String**| Authentication token (see `/auth` and `/configure`) |[optional]|
73
-
|**type**|**String**| Migration type (hashi/aws/gcp/k8s/azure_kv/1password/active_directory) |[optional]|
68
+
|**type**|**String**| Migration type (hashi/aws/gcp/k8s/azure_kv/active_directory) |[optional]|
74
69
|**uidToken**|**String**| The universal identity token, Required only for universal_identity authentication |[optional]|
Copy file name to clipboardExpand all lines: docs/GatewayCreateProducerGcp.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@ gatewayCreateProducerGcp is a command that creates a GCP producer [Deprecated: U
13
13
|**gcpCredType**|**String**||[optional]|
14
14
|**gcpKey**|**String**| Base64-encoded service account private key text |[optional]|
15
15
|**gcpKeyAlgo**|**String**| Service account key algorithm, e.g. KEY_ALG_RSA_1024 |[optional]|
16
+
|**gcpProjectId**|**String**| GCP Project ID override for dynamic secret operations (tmp service accounts) |[optional]|
16
17
|**gcpSaEmail**|**String**| The email of the fixed service acocunt to generate keys or tokens for. (revelant for service-account-type=fixed) |[optional]|
17
18
|**gcpTokenScopes**|**String**| Access token scopes list, e.g. scope1,scope2 |[optional]|
18
19
|**json**|**Boolean**| Set output format to JSON |[optional]|
0 commit comments