Waiting for engine...
Skip to main content

Bundle

No description

type Bundle {
id: ID!
name: String!
description: String
ownerAccountId: String!
publisher: Publisher
sharingMode: SharingMode!
createdBy: String
createdDate: DateTime!
modifiedBy: String
modifiedDate: DateTime
artifacts: [Artifact!]
sharingTargets: [SharingTarget!]
sharedDate: DateTime
bundleOwner: Boolean
}

Fields

Bundle.id ● ID! non-null scalar miscellaneous

Unique identifier for the bundle

Bundle.name ● String! non-null scalar miscellaneous

The display name of the bundle

Bundle.description ● String scalar miscellaneous

A description of what this bundle contains or does

Bundle.ownerAccountId ● String! non-null scalar miscellaneous

The Platform account id of the user who created this bundle

Bundle.publisher ● Publisher object catalog-service

The publisher associated with this bundle

Bundle.sharingMode ● SharingMode! non-null enum bundles

The sharing mode for this Bundle (e.g. PUBLIC, PRIVATE, ACCESS_LIST)

Bundle.createdBy ● String scalar miscellaneous

The user who created this bundle

Bundle.createdDate ● DateTime! non-null scalar partner-portal

The date and time when this bundle was created

Bundle.modifiedBy ● String scalar miscellaneous

The user who last modified this bundle

Bundle.modifiedDate ● DateTime scalar partner-portal

The date and time when this bundle was last modified

Bundle.artifacts ● [Artifact!] list object bundles

List of artifacts contained within this bundle

Bundle.sharingTargets ● [SharingTarget!] list object bundles

List of targets that this bundle is shared with

Bundle.sharedDate ● DateTime scalar partner-portal

The date on which this bundle was shared with the API requester's account

Bundle.bundleOwner ● Boolean scalar miscellaneous

Indicates whether the current user is the owner of this bundle

Returned By

bundle query

Member Of

PaginatedBundle object

Implemented By

_Entity union

On this Page