dynamicSecretCreateGcp is a command that creates a GCP dynamic secret
| Name | Type | Description | Notes |
|---|---|---|---|
| AccessType | string | [optional] | |
| CustomUsernameTemplate | string | Customize how temporary usernames are generated using go template | [optional] |
| DeleteProtection | string | Protection from accidental deletion of this object [true/false] | [optional] |
| Description | string | Description of the object | [optional] |
| FixedUserClaimKeyname | string | For externally provided users, denotes the key-name of IdP claim to extract the username from (Relevant only when - -access-type=external) | [optional] [default to "ext_email"] |
| GcpCredType | string | [optional] | |
| GcpKey | string | Base64-encoded service account private key text | [optional] |
| GcpKeyAlgo | string | Service account key algorithm, e.g. KEY_ALG_RSA_1024 (Relevant only when - -access-type=sa and - -gcp-cred-type=key) | [optional] |
| GcpProjectId | string | GCP Project ID override for dynamic secret operations | [optional] |
| GcpSaEmail | string | The email of the fixed service account to generate keys or tokens for (Relevant only when - -access-type=sa and - -service-account-type=fixed) | [optional] |
| GcpTokenScopes | string | Access token scopes list, e.g. scope1,scope2 (Relevant only when - -access-type=sa; required when - -gcp-cred-type=token) | [optional] |
| ItemCustomFields | Dictionary<string, string> | Additional custom fields to associate with the item | [optional] |
| Json | bool | Set output format to JSON | [optional] [default to false] |
| Name | string | Dynamic secret name | |
| ProducerEncryptionKeyName | string | Dynamic producer encryption key | [optional] |
| RoleBinding | string | Role binding definitions in JSON format (Relevant only when - -access-type=sa and - -service-account-type=dynamic) | [optional] |
| RoleNames | string | Comma-separated list of GCP roles to assign to the user (Relevant only when - -access-type=external) | [optional] |
| SecureAccessDelay | long | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
| SecureAccessEnable | string | Enable/Disable secure remote access [true/false] | [optional] |
| SecureAccessUrl | string | Destination URL to inject secrets | [optional] |
| SecureAccessWebBrowsing | bool | Secure browser via Akeyless's Secure Remote Access (SRA) | [optional] [default to false] |
| SecureAccessWebProxy | bool | Web-Proxy via Akeyless's Secure Remote Access (SRA) | [optional] [default to false] |
| ServiceAccountType | string | The type of the GCP service account. Options [fixed, dynamic] (Relevant only when - -access-type=sa) | [optional] [default to "fixed"] |
| Tags | List<string> | Add tags attached to this object | [optional] |
| TargetName | string | Target name | [optional] |
| Token | string | Authentication token (see `/auth` and `/configure`) | [optional] |
| UidToken | string | The universal identity token, Required only for universal_identity authentication | [optional] |
| UserTtl | string | User TTL | [optional] [default to "60m"] |