Skip to main content
Version: Beta ๐Ÿšง

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?