Azure Key Vault Data - Update secret attributes

Use the Azure Key Vault Data - Update secret attributes action A tool for building the processes, logic, and direction within workflows. Actions are the steps the workflow performs to complete a process. to update the properties of an existing secret without updating the secret value.

For more information about the Azure Key Vault Data connector, go to Azure Key Vault Data.

Configure the Azure Key Vault Data - Update secret attributes action

  1. Add the action to the workflow and open the action configuration panel. For more information, see Add an action to the workflow.

  2. Select a Connection. If you do not have a connection, see Add a connection.
  1. Specify the Secret name to update attributes.

Azure Key Vault Data - Update secret attributes action fields and settings

Section

Field

Description

Variable types

(Unlabeled)

Connection Credentials and other settings that enables workflows to communicate with external systems, services, or applications. It's required to pass data between the workflow and the indicated service, which could be a cloud service, business application, or content store.

The Azure Key Vault Data connection to use to update the secret.

To refresh the available connections, click .

(n/a)

Secret name The name of the secret to update. Text, Decimal, Integer, Boolean, DateTime, Collection
  Content type The content type of the secret. You may specify the content type of a secret to assist in interpreting the secret data when it's retrieved. The maximum length of this field is 255 characters. The suggested usage is as a hint for interpreting the secret data. For instance, an implementation may store both passwords and certificates as secrets, then use this field to differentiate. There are no predefined values. Text, Decimal, Integer, Boolean, DateTime, Collection
  Expiration date

Expiry date in Unix time. This attribute identifies the expiration time on or after which the secret data SHOULD NOT be retrieved.

Integer
  Enable Determines whether the secret is enabled. This attribute specifies whether the secret data can be retrieved. The enabled attribute is used in conjunction with Activation date and Expiration date. When an operation occurs between the two dates, it will only be permitted if enabled is set to true. Boolean
  Activation date

Not before date in Unix time.

Integer
Output Secret

Stores the result of the action as an object. See Azure Key Vault - Update Secret API for information on these values.

The following values are returned:

  • Attributes: (Object)
    • Created date: (Integer)
    • Enabled: (Boolean)
    • Expiration date: (Integer)
    • Activation date: (Integer)
    • Recovery level: (Text)
    • Updated date: (Integer)
  • ID: (Text)
  • Content type: (Text)
  • Value: (Text)
Object