class documentation

Abstract secret.

Method __bool__ Undocumented
Method __eq__ Secrets are equal if their values are equal.
Method __init__ Undocumented
Method __repr__ Undocumented
Method __str__ Undocumented
Property is_encrypted Whether the secret is encrypted.
Property key The secret's string identifier.
Property value The secret's value.
Instance Variable _key Undocumented
Instance Variable _value Undocumented
def __bool__(self) -> bool: (source)

Undocumented

def __eq__(self, other) -> bool: (source)

Secrets are equal if their values are equal.

def __init__(self, key: str, value: str): (source)
def __repr__(self): (source)

Undocumented

def __str__(self): (source)

Undocumented

Whether the secret is encrypted.

Undocumented

Undocumented