| access_type |
String |
|
[optional] |
| custom_username_template |
String |
Customize how temporary usernames are generated using go template |
[optional] |
| delete_protection |
String |
Protection from accidental deletion of this object [true/false] |
[optional] |
| description |
String |
Description of the object |
[optional] |
| fixed_user_claim_keyname |
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'] |
| gcp_cred_type |
String |
|
[optional] |
| gcp_key |
String |
Base64-encoded service account private key text |
[optional] |
| gcp_key_algo |
String |
Service account key algorithm, e.g. KEY_ALG_RSA_1024 (Relevant only when --access-type=sa and --gcp-cred-type=key) |
[optional] |
| gcp_project_id |
String |
GCP Project ID override for dynamic secret operations |
[optional] |
| gcp_sa_email |
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] |
| gcp_token_scopes |
String |
Access token scopes list, e.g. scope1,scope2 (Relevant only when --access-type=sa; required when --gcp-cred-type=token) |
[optional] |
| input_rule |
Array<String> |
Agentic input rule in name=...,rule=... format (e.g. name=rule1,rule=Sanitize input) Mirrors commands.AgenticRulesParams — kept separate because ResourceDS cannot embed it (different package, different struct layout). |
[optional] |
| item_custom_fields |
Hash<String, String> |
Additional custom fields to associate with the item |
[optional] |
| json |
Boolean |
Set output format to JSON |
[optional][default to false] |
| name |
String |
Dynamic secret name |
|
| output_rule |
Array<String> |
Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) |
[optional] |
| producer_encryption_key_name |
String |
Dynamic producer encryption key |
[optional] |
| role_binding |
String |
Role binding definitions in JSON format (Relevant only when --access-type=sa and --service-account-type=dynamic) |
[optional] |
| role_names |
String |
Comma-separated list of GCP roles to assign to the user (Relevant only when --access-type=external) |
[optional] |
| secure_access_delay |
Integer |
The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds |
[optional] |
| secure_access_enable |
String |
Enable/Disable secure remote access [true/false] |
[optional] |
| secure_access_url |
String |
Destination URL to inject secrets |
[optional] |
| secure_access_web_browsing |
Boolean |
Secure browser via Akeyless's Secure Remote Access (SRA) |
[optional][default to false] |
| secure_access_web_proxy |
Boolean |
Web-Proxy via Akeyless's Secure Remote Access (SRA) |
[optional][default to false] |
| service_account_type |
String |
The type of the GCP service account. Options [fixed, dynamic] (Relevant only when --access-type=sa) |
[optional][default to 'fixed'] |
| tags |
Array<String> |
Add tags attached to this object |
[optional] |
| target_name |
String |
Target name |
[optional] |
| token |
String |
Authentication token (see `/auth` and `/configure`) |
[optional] |
| uid_token |
String |
The universal identity token, Required only for universal_identity authentication |
[optional] |
| user_ttl |
String |
User TTL |
[optional][default to '60m'] |