provenance property

provenance property

Gets or sets a statement of any changes in ownership and custody of the resource since its creation that are significant for its authenticity, integrity, and interpretation.

Definition:

@property
def provenance(self):
    ...
@provenance.setter
def provenance(self, value):
    ...

See Also