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/CreateUSC.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
@@ -12,6 +12,7 @@ CreateUSC is a command that creates a Universal Secrets Connector
12
12
|**deleteProtection**|**String**| Protection from accidental deletion of this object [true/false]|[optional]|
13
13
|**description**|**String**| Description of the Universal Secrets Connector |[optional]|
14
14
|**gcpProjectId**|**String**| GCP Project ID (Relevant only for GCP targets) |[optional]|
15
+
|**gcpSmRegions**|**String**| GCP Secret Manager regions to query for regional secrets (comma-separated, e.g., us-east1,us-west1). Max 12 regions. Required when listing with object-type=regional-secrets. |[optional]|
15
16
|**itemCustomFields**|**Map<String, String>**| Additional custom fields to associate with the item |[optional]|
16
17
|**json**|**Boolean**| Set output format to JSON |[optional]|
17
18
|**k8sNamespace**|**String**| K8s namespace (Relevant to Kubernetes targets) |[optional]|
Copy file name to clipboardExpand all lines: docs/GetKubeExecCreds.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ getKubeExecCreds is a command that gets credentials for authentication with Kube
13
13
|**certIssuerName**|**String**| The name of the PKI certificate issuer ||
14
14
|**commonName**|**String**| The common name to be included in the PKI certificate (if CSR is supplied this flag is ignored and the CSR subject CN is taken) |[optional]|
15
15
|**csrDataBase64**|**String**| Certificate Signing Request contents encoded in base64 to generate the certificate with |[optional]|
16
-
|**extendedKeyUsage**|**String**| A comma-separated list of extended key usage requests which will be used for certificate issuance. Supported values: 'clientauth', 'serverauth'. If critical is present the extension will be marked as critical |[optional]|
16
+
|**extendedKeyUsage**|**String**| A comma-separated list of extended key usage requests which will be used for certificate issuance. Supported values: 'clientauth', 'serverauth', 'codesigning'. If critical is present the extension will be marked as critical |[optional]|
17
17
|**extraExtensions**|**String**| A json string that defines the requested extra extensions for the certificate |[optional]|
18
18
|**json**|**Boolean**| Set output format to JSON |[optional]|
19
19
|**keyDataBase64**|**String**| PKI key file contents. If this option is used, the certificate will be printed to stdout |[optional]|
Copy file name to clipboardExpand all lines: docs/GetPKICertificate.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
|**certIssuerName**|**String**| The name of the PKI certificate issuer ||
12
12
|**commonName**|**String**| The common name to be included in the PKI certificate (if CSR is supplied this flag is ignored and the CSR subject CN is taken) |[optional]|
13
13
|**csrDataBase64**|**String**| Certificate Signing Request contents encoded in base64 to generate the certificate with |[optional]|
14
-
|**extendedKeyUsage**|**String**| A comma-separated list of extended key usage requests which will be used for certificate issuance. Supported values: 'clientauth', 'serverauth'. If critical is present the extension will be marked as critical |[optional]|
14
+
|**extendedKeyUsage**|**String**| A comma-separated list of extended key usage requests which will be used for certificate issuance. Supported values: 'clientauth', 'serverauth', 'codesigning'. If critical is present the extension will be marked as critical |[optional]|
15
15
|**extraExtensions**|**String**| A json string that defines the requested extra extensions for the certificate |[optional]|
16
16
|**json**|**Boolean**| Set output format to JSON |[optional]|
17
17
|**keyDataBase64**|**String**| PKI key file contents. If this option is used, the certificate will be printed to stdout |[optional]|
0 commit comments