Skip to content

Inputs & Outputs

Secret

  • Contains Azure Key Vault secret data

Example

1
2
3
4
5
6
7
8
9
attributes:
  created_at: 11:09:18 23/12/2020
  enabled: true
  expiry: 11:09:18 23/12/2021
  updated_at: 11:09:18 23/12/2020
secret_id: https://example.vault.azure.net/secrets/secret-name/secret-version
tags:
  environment: production
value: example_secret_value

Secret Keys

attributes: A dictionary containing the following secret attributes: created_at, enabled, expiry, updated_at.

secret_id: The ID of the secret.

tags: A dictionary containing any tag names & values the secret has.

value: The secret value.