SecretValue Class

This type represents the unencrypted value of the secret.

Inheritance
SecretValue

Constructor

SecretValue(*, value: Optional[str] = None, **kwargs)

Parameters

value
str
Required

The actual value of the secret.