class documentation
class SecretDeliveryMode(pb_enum.Enum): (source)
Undocumented
| Constant | __PB2 |
Undocumented |
| Constant | EXPLICIT |
The secret value will be accessible via a separate method GetSecret |
| Constant | INLINE |
The secret value will be returned directly in the API response |
| Constant | MYSTERY |
The secret will be delivered via a MysteryBox secret, in case of terraform it is recommended to use that enum |
| Constant | UNSPECIFIED |
If not specified, the default behaviour will be applied. Currently it's INLINE, later will be EXPLICIT. |
Inherited from Enum:
| Class Method | get |
Undocumented |
Undocumented
| Value |
|