dynamicSecretUpdateLdap is a command that updates ldap dynamic secret
| Name | Type | Description | Notes |
|---|---|---|---|
| provider_type | str | [optional] | |
| ara_enabled | bool | Enable or disable Agentic Runtime Authority rule enforcement for this item. Mirrors commands.AgenticRulesParams.AraEnabled. | [optional] |
| bind_dn | str | Bind DN | [optional] |
| bind_dn_password | str | Bind DN Password | [optional] |
| custom_username_template | str | Customize how temporary usernames are generated using go template | [optional] |
| delete_protection | str | Protection from accidental deletion of this object [true/false] | [optional] |
| description | str | Description of the object | [optional] |
| external_username | str | Externally provided username [true/false] | [optional] [default to 'false'] |
| fixed_user_claim_keyname | str | For externally provided users, denotes the key-name of IdP claim to extract the username from (relevant only for external-username=true) | [optional] [default to 'ext_username'] |
| group_dn | str | Group DN which the temporary user should be added | [optional] |
| host_provider | str | Host provider type [explicit/target], Default Host provider is explicit, Relevant only for SRA items. | [optional] |
| input_rule | list[str] | 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 | dict(str, str) | Additional custom fields to associate with the item | [optional] |
| json | bool | Set output format to JSON | [optional] [default to False] |
| ldap_ca_cert | str | CA Certificate File Content | [optional] |
| ldap_url | str | LDAP Server URL | [optional] |
| name | str | Dynamic secret name | |
| new_name | str | Dynamic secret name | [optional] |
| output_rule | list[str] | Agentic output rule in name=...,rule=... format (e.g. name=rule1,rule=Mask secrets) | [optional] |
| password_length | str | The length of the password to be generated | [optional] |
| producer_encryption_key_name | str | Dynamic producer encryption key | [optional] |
| secure_access_bastion_issuer | str | Deprecated. use secure-access-certificate-issuer | [optional] |
| secure_access_certificate_issuer | str | Path to the SSH Certificate Issuer for your Akeyless Secure Access | [optional] |
| secure_access_delay | int | The delay duration, in seconds, to wait after generating just-in-time credentials. Accepted range: 0-120 seconds | [optional] |
| secure_access_enable | str | Enable/Disable secure remote access [true/false] | [optional] |
| secure_access_enforce_hosts_restriction | bool | Enforce connections only to allowed SRA hosts | [optional] |
| secure_access_host | list[str] | Target servers for connections (In case of Linked Target association, host(s) will inherit Linked Target hosts - Relevant only for Dynamic Secrets/producers) | [optional] |
| secure_access_rd_gateway_server | str | RD Gateway server | [optional] |
| secure_access_rdp_domain | str | Required when the Dynamic Secret is used for a domain user | [optional] |
| skip_dry_run | str | If set, dry-run will be skipped | [optional] |
| tags | list[str] | Add tags attached to this object | [optional] |
| target | list[str] | A list of targets to be associated with an SRA item, To specify multiple targets use argument multiple times | [optional] |
| target_name | str | Target name | [optional] |
| token | str | Authentication token (see `/auth` and `/configure`) | [optional] |
| token_expiration | str | Token expiration | [optional] |
| uid_token | str | The universal identity token, Required only for universal_identity authentication | [optional] |
| use_capital_letters | str | Specifies whether the generated temporary password must contain at least one uppercase character from the ISO basic Latin alphabet (A to Z). [true/false] | [optional] |
| use_lower_letters | str | Specifies whether the generated temporary password must contain at least one lowercase character from the ISO basic Latin alphabet (a to z). [true/false] | [optional] |
| use_numbers | str | Specifies whether the generated temporary password must contain at least one numeric character (0 to 9). [true/false] | [optional] |
| use_special_characters | str | [optional] | |
| user_attribute | str | User Attribute | [optional] |
| user_dn | str | User DN | [optional] |
| user_ttl | str | User TTL | [optional] [default to '60m'] |