RPA.Robocorp.Vault
Read a secret from the configured source, e.g. Robocorp Vault, and return it as a Secret object.
Arguments
Argument | Type | Default value | Description |
---|---|---|---|
secret_name | str | null | Name of secret |
param secret_name: | |
---|---|
Name of secret |
Overwrite an existing secret with new values.
Arguments
Argument | Type | Default value | Description |
---|---|---|---|
secret | Secret | null | Secret as a Secret object, from e.g. Get Secret |
- Note: Only allows modifying existing secrets, and replaces
- all values contained within it.
param secret: | Secret as a Secret object, from e.g. Get Secret |
---|