SecureBlackbox 2020 Python Edition

Questions / Feedback?

artifact_uri Property

An accessor to the URI property of the artifact.

Syntax

def get_artifact_uri() -> str: ...
def set_artifact_uri(value: str) -> None: ...

artifact_uri = property(get_artifact_uri, set_artifact_uri)

Default Value

""

Remarks

An accessor to the URI property of the artifact.

The URI property contains the origin of the artifact.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]