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

Bundle.name ● String! non-null scalar miscellaneous

Bundle.description ● String scalar miscellaneous

Bundle.ownerAccountId ● String! non-null scalar miscellaneous

The Platform account id of the user who created this bundle

Bundle.publisher ● Publisher object catalog-service

Bundle.sharingMode ● SharingMode! non-null enum bundles

The sharing mode for this Bundle

Bundle.createdBy ● String scalar miscellaneous

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

Bundle.modifiedBy ● String scalar miscellaneous

Bundle.modifiedDate ● DateTime scalar partner-portal Bundle.artifacts ● [Artifact!] list object bundles

Bundle.sharingTargets ● [SharingTarget!] list object bundles

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

Returned By

bundle query

Member Of

PaginatedBundle object

Implemented By

_Entity union

On this Page