dynamicSecretCreateGoogleWorkspace is a command that creates Google Workspace dynamic secret
| Name | Type | Description | Notes |
|---|---|---|---|
| AccessMode | string | ||
| AdminEmail | string | Admin user email | |
| 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 | [optional] [default to "ext_email"] |
| GcpKey | string | Base64-encoded service account private key text | [optional] |
| GroupEmail | string | A group email, relevant only for group access-mode | [optional] |
| GroupRole | string | [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] |
| RoleName | string | Name of the admin role to assign to the user, relevant only for role access-mode | [optional] |
| RoleScope | string | [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] |
| SecureAccessWeb | bool | Enable Web Secure Remote Access | [optional] [default to true] |
| 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] |
| Tags | List<string> | Add tags attached to this object | [optional] |
| TargetName | string | Name of existing target to use in dynamic secret creation | [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"] |