For the complete documentation index, see llms.txt. This page is also available as Markdown.

AssetOrder

No description

input AssetOrder {
  createdBy: [UserOrder]
  createdOn: SortOrder
  displayName: SortOrder
  domain: [DomainOrder]
  fullName: SortOrder
  id: SortOrder
  modifiedBy: [UserOrder]
  modifiedOn: SortOrder
  status: [StatusOrder]
  system: SortOrder
  type: [AssetTypeOrder]
}

Fields

createdBy ● [UserOrder] list input

The user who created this resource.

createdOn ● SortOrder enum

The creation date of this resource.

displayName ● SortOrder enum

The display name of this asset.

domain ● [DomainOrder] list input

The parent domain of this asset.

fullName ● SortOrder enum

The full name of this asset. This value is always unique in its parent domain.

id ● SortOrder enum

The universally unique identifier of this node.

modifiedBy ● [UserOrder] list input

The user who last modified this resource.

modifiedOn ● SortOrder enum

The last modified date of this resource.

status ● [StatusOrder] list input

The status of this asset.

system ● SortOrder enum

Whether this resource is reserved by the system.

type ● [AssetTypeOrder] list input

The asset type of this asset.

Member Of

assets query ● complexRelations query ● RelationOrder input ● ResponsibilityOrder input

Last updated

Was this helpful?