ReadonlyEXPLICITThe secret value will be accessible via a separate method GetSecret
ReadonlyINLINEThe secret value will be returned directly in the API response
ReadonlyMYSTERY_The secret will be delivered via a MysteryBox secret, in case of terraform it is recommended to use that enum
ReadonlyUNSPECIFIEDIf not specified, the default behaviour will be applied. Currently it's INLINE, later will be EXPLICIT.
Defines the static values of SecretDeliveryMode.