Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SecretGenerationContext

Captures a configurable set of secret generation rules such as length, base characters, additional characters, and so on.

Properties

generationType

generationType: string

Optional secretTemplate

secretTemplate: undefined | string

SecretTemplate captures structure in which customer wants to store secrets. This is optional and a default structure is available for each secret type. The template can have any structure with static values that are not generated. Within the template, you can insert predefined placeholders to store secrets. These placeholders are later replaced with the generated content and saved as a Base64 encoded content.

Functions

getDeserializedJsonObj

getJsonObj