SharingTarget
No description
type SharingTarget {
sharingTargetId: ID!
sharingTargetType: SharingTargetType
internalId: String!
createdBy: String!
createdDate: DateTime!
}
Fields
SharingTarget.sharingTargetId ● ID! non-null scalar miscellaneous {#sharing-target-id}
Unique identifier for the sharing target
SharingTarget.sharingTargetType ● SharingTargetType enum bundles {#sharing-target-type}
The type of sharing target (e.g., ATOMSPHERE_ACCOUNT_ID)
SharingTarget.internalId ● String! non-null scalar miscellaneous {#internal-id}
Internal identifier for the sharing target
SharingTarget.createdBy ● String! non-null scalar miscellaneous {#created-by}
The user who created this sharing target
SharingTarget.createdDate ● DateTime! non-null scalar platform {#created-date}
The date and time when this sharing target was created
Member Of
Bundle object
Was this topic helpful?