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/AssocTargetItem.md
+1
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ Name | Type | Description | Notes
17
17
**postProvisionCommand** | **String** | A custom command to run on the remote target after successful provisioning (relevant only for certificate provisioning) | [optional]
18
18
**privateKeyPath** | **String** | A path on the target to store the private key (relevant only for certificate provisioning) | [optional]
19
19
**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']
20
21
**purpose** | **String** | Purpose of the key in GCP KMS (required for gcp targets) | [optional]
21
22
**regions** | **[String]** | The list of regions to create a copy of the key in (relevant for aws targets) | [optional]
22
23
**sraAssociation** | **Boolean** | Is the target to associate is for sra, relevant only for linked target association for ldap rotated secret | [optional][default to false]
**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]
Copy file name to clipboardExpand all lines: docs/CreateRotatedSecret.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Name | Type | Description | Notes
18
18
**gcpServiceAccountEmail** | **String** | The email of the gcp service account to rotate | [optional]
19
19
**gcpServiceAccountKeyId** | **String** | The key id of the gcp service account to rotate | [optional]
20
20
**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 issuerand 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]
22
22
**json** | **Boolean** | Set output format to JSON | [optional][default to false]
23
23
**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]
24
24
**metadata** | **String** | Deprecated - use description | [optional]
@@ -51,7 +51,7 @@ Name | Type | Description | Notes
51
51
**sshUsername** | **String** | Deprecated: use RotatedUser | [optional]
52
52
**storageAccountKeyName** | **String** | The name of the storage account key to rotate [key1/key2/kerb1/kerb2] (relevat to azure-storage-account) | [optional]
53
53
**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 issuerand 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]
55
55
**targetName** | **String** | Target name |
56
56
**token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional]
57
57
**uidToken** | **String** | The universal identity token, Required only for universal_identity authentication | [optional]
Copy file name to clipboardExpand all lines: docs/CreateSSHCertIssuer.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ Name | Type | Description | Notes
9
9
**deleteProtection** | **String** | Protection from accidental deletion of this item [true/false] | [optional]
10
10
**description** | **String** | Description of the object | [optional]
11
11
**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 issuerand 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]
13
13
**json** | **Boolean** | Set output format to JSON | [optional][default to false]
14
14
**metadata** | **String** | Deprecated - use description | [optional]
15
15
**name** | **String** | SSH certificate issuer name |
@@ -22,7 +22,7 @@ Name | Type | Description | Notes
22
22
**secureAccessUseInternalBastion** | **Boolean** | Use internal SSH Bastion | [optional]
23
23
**signerKeyName** | **String** | A key to sign the certificate with |
24
24
**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 issuerand 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]
26
26
**token** | **String** | Authentication token (see `/auth` and `/configure`) | [optional]
27
27
**ttl** | **Number** | The requested Time To Live for the certificate, in seconds |
28
28
**uidToken** | **String** | The universal identity token, Required only for universal_identity authentication | [optional]
0 commit comments