class documentation

A secret.

Method __repr__ Undocumented
Method remove Remove this secret.
Class Variable id_attribute Undocumented
Property name Undocumented

Inherited from Model:

Method __eq__ Undocumented
Method __hash__ Undocumented
Method __init__ Undocumented
Method reload Load this object from the server again and update ``attrs`` with the new data.
Instance Variable attrs Undocumented
Instance Variable client Undocumented
Instance Variable collection Undocumented
Property id The ID of the object.
Property short_id The ID of the object, truncated to 12 characters.
def __repr__(self): (source)

Undocumented

def remove(self): (source)

Remove this secret. Raises: :py:class:`docker.errors.APIError` If secret failed to remove.

Undocumented