Skip to main content
Version: 1.2

Secret

Summary​

A reference to a secret for use in Tecton object definitions.

Methods​

__init__(...)​

Parameters

  • scope: str = None The scope of the secret, specifying its domain or category.
  • key: str = None The key of the secret, uniquely identifying within its scope.

Returns​

A Secret class instance.

Example​

Secret(scope="<scope-name>", key="<key-name>")

Was this page helpful?