class documentation
class UnencryptedSecret(AbstractSecret): (source)
Constructor: UnencryptedSecret(key, value)
FiftyOne secret with plaintext value.
Method | __init__ |
Undocumented |
Property | is |
Whether the secret is encrypted. |
Property | key |
The secret's string identifier. |
Property | value |
The secret's value. |
Inherited from AbstractSecret
:
Method | __bool__ |
Undocumented |
Method | __eq__ |
Secrets are equal if their values are equal. |
Method | __repr__ |
Undocumented |
Method | __str__ |
Undocumented |
Instance Variable | _key |
Undocumented |
Instance Variable | _value |
Undocumented |