Waiting for engine...
Skip to main content

SharingTarget

No description

type SharingTarget {
sharingTargetId: ID!
sharingTargetType: SharingTargetType
internalId: String!
createdBy: String!
createdDate: DateTime!
}

Fields

SharingTarget.sharingTargetId ● ID! non-null scalar miscellaneous

Unique identifier for the sharing target

SharingTarget.sharingTargetType ● SharingTargetType enum bundles

The type of sharing target (e.g., ATOMSPHERE_ACCOUNT_ID)

SharingTarget.internalId ● String! non-null scalar miscellaneous

Internal identifier for the sharing target

SharingTarget.createdBy ● String! non-null scalar miscellaneous

The user who created this sharing target

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

The date and time when this sharing target was created

Member Of

Bundle object

On this Page