RecentlySharedBundle
Represents a bundle that was recently shared with the authenticated user's account.
type RecentlySharedBundle {
bundleId: ID!
bundleName: String!
bundleDescription: String
sharedWithAccountIds: [String]!
sharingMode: SharingMode!
assetTypes: [ArtifactType!]!
sharedOn: DateTime!
}
Fields
RecentlySharedBundle.bundleId ● ID! non-null scalar miscellaneous
Unique identifier for the bundle
RecentlySharedBundle.bundleName ● String! non-null scalar miscellaneous
Display name of the bundle
RecentlySharedBundle.bundleDescription ● String scalar miscellaneous
Description of the bundle
RecentlySharedBundle.sharedWithAccountIds ● [String]! non-null scalar miscellaneous
Account IDs with which this bundle has been shared
RecentlySharedBundle.sharingMode ● SharingMode! non-null enum bundles
Sharing mode of the bundle (PUBLIC, PRIVATE, or ACCESS_LIST)
RecentlySharedBundle.assetTypes ● [ArtifactType!]! non-null enum bundles
Types of artifacts contained in the bundle
RecentlySharedBundle.sharedOn ● DateTime! non-null scalar partner-portal
Date and time when the bundle was shared