targetUpdateGoogleTrust is a command that updates an existing Google Trust target
| Name | Type | Description | Notes |
|---|---|---|---|
| AcmeChallenge | string | ACME challenge type. Options: [dns] | [optional] [default to "dns"] |
| Description | string | Description of the object | [optional] |
| DnsTargetCreds | string | Name of existing cloud target for DNS credentials. Required when challenge type is dns. Supported providers: AWS, Azure, GCP | [optional] |
| EabHmacKey | string | External Account Binding HMAC key (required for ACME account bootstrap on create) | [optional] |
| EabKeyId | string | External Account Binding key identifier (required for ACME account bootstrap on create) | [optional] |
| string | Email address for ACME account registration | ||
| GcpProject | string | GCP Cloud DNS project ID. Optional and can be derived from service account | [optional] |
| GoogleTrustUrl | string | Google Trust directory environment. Options: [production/staging] | [optional] [default to "production"] |
| HostedZone | string | AWS Route53 hosted zone ID. Required when DNS credentials target is AWS | [optional] |
| Json | bool | Set output format to JSON | [optional] [default to false] |
| KeepPrevVersion | string | Whether to keep previous version [true/false]. If not set, use default according to account settings | [optional] |
| 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] |
| MaxVersions | string | Set the maximum number of versions, limited by the account settings defaults. | [optional] |
| Name | string | Target name | |
| NewName | string | New target name | [optional] |
| ResourceGroup | string | Azure resource group name. Required when DNS credentials target is Azure | [optional] |
| Timeout | string | Timeout for challenge validation | [optional] [default to "5m"] |
| Token | string | Authentication token (see `/auth` and `/configure`) | [optional] |
| UidToken | string | The universal identity token, Required only for universal_identity authentication | [optional] |