Skip to content

Get Credential Activity

The Get Credential activity retrieves information for Generic Credentials stored within the Windows Credential Manager. This activity enables automation workflows to securely access and utilize sensitive credential data.

Field Description Requirement
Generic credential name The name of the generic credential to retrieve from Windows Credential Manager. Required
Result variable name The name of the variable that will store the retrieved credential object. Required

Action Types & Examples

Generic Credential Name

  • Format: string
  • Example Result: test2.gmail

Result Variable Name

  • Format: string
  • Example Result: credentialResult

Implementation Examples

Field Setup - Generic credential name: test2.gmail

Execution Parameters - Result variable name: credentialResult

Technical Notes

The Get Credential activity specifically targets 'Generic Credentials' within the Windows Credential Manager. It does not interact with other credential types (e.g., Windows Credentials, Certificates) or external credential stores. Ensure the specified credential name exists and is accessible by the executing user or service account.