You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
:param data: Type-specific data about the artifact.
18
18
:type data: str
19
+
:param download_ticket: A secret that can be sent in a request header to retrieve an artifact anonymously. Valid for a limited amount of time. Optional.
20
+
:type download_ticket: str
19
21
:param download_url: A link to download the resource.
20
22
:type download_url: str
21
23
:param properties: Type-specific properties of the artifact.
@@ -29,16 +31,18 @@ class ArtifactResource(Model):
:param _links: This field contains zero or more interesting links about the graph subject. These links may be invoked to obtain additional relationships or more detailed information about this graph subject.
:param descriptor: The descriptor is the primary way to reference the graph subject while the system is running. This field will uniquely identify the same graph subject across both Accounts and Organizations.
18
+
:type descriptor: str
19
+
:param display_name: This is the non-unique display name of the graph subject. To change this field, you must alter its value in the source provider.
20
+
:type display_name: str
21
+
:param url: This url is the full route to the source resource of this graph subject.
0 commit comments