RecoverDeletedSecret

Estimated reading: 3 minutes 993 views

This activity enables you to recover a deleted secret from a specified Key Vault in Azure. Ensure this activity is used within a scope activity.

Limitations

1. To recover or permanently delete (purge) secrets, you must have the necessary permissions. Click here to refer.

Properties 

INPUT

KeyVaultURI*: This parameter specifies the “Vault URI” for your Key Vault created in Azure services. It’s used to authenticate the specific Azure Key Vault between Robility and Azure services.

This parameter accepts values in “String” datatype. You can either hardcode the values in “String” format or provide the value in String” datatype.

MethodType: This parameter specifies the method type of the execution mode.

Normal: It allows the bot to execute the activity completely before proceeding to the next activity.

Async: It allows the bot to run the activity in the background without causing any disruption to the user interface (UI) performance. It is ideal for scenarios where the activity can continue running independently, when there is no immediate activity for further execution.

By default, the method type is set to “Normal”.

SecretName*: This parameter specifies the name of the secret for which the secret values should be retrieved from the deleted section of the specified Azure Key Vault.

It accepts values in “String” datatype. You can either hardcode the values in “String” format or provide the value in String” datatype.

MISC

Body: Gets auto filled once the “Activity” is dropped into the body.

DisplayName: Displays the name of the activity. The activity name can be customized, which aids in troubleshooting.

SkipOnError: Specify the “Boolean” value as “True” or “False.”

True: Continue executing the workflow regardless of any errors thrown.
False: Halt the workflow if it encounters any errors.
None: If the option is left blank, the activity will, by default, behave as if “False” were chosen.

Version: It indicates the version of the feature being used.

OUTPUT

RecoverLevel*: This parameter allows the user to view the status of deleted secrets in the specified Key Vault in Azure. It returns values as follows:

Recoverable: Indicates that the deleted secret in the Key Vault is recoverable and can be purged.
Failure: Indicates that the specified deleted secret in the Key Vault cannot be recovered or purged.
It returns the value in “String” datatype. 

Result: It provides the ability to view the execution status of the activity. It returns values in “Boolean.”

True: Indicates that the activity has been executed successfully without any errors.
False: Indicates that the activity has been unsuccessful due to an unexpected error being thrown.

Represents mandatory fields to execute the workflow.

 

Click here to find the key vault URI in Azure services portal.

Share this Doc

RecoverDeletedSecret

Or copy link

CONTENTS