Component
Represents a package of related functions, or Actions, that can be added to an Integration.
#
Return fieldsID!)#
id (The ID of the object.
[String])#
labels (The labels that are associated with the object.
String!)#
label (The name of the Component.
String!)#
description (Additional notes about the Component.
String!)#
key (A string that uniquely identifies the Component.
Boolean!)#
authorizationRequired (Specifies whether the Component requires authorization to function.
AuthorizationMethodConnection!)#
authorizationMethods (The AuthorizationMethods that are supported by the Component.
String!)#
signature (The hex-encoded SHA1 hash of the uploaded Component package.
String)#
documentationUrl (The URL associated with the documentation of a Component.
[Attachment])#
attachments (A JSON list of objects where each object has a key for name and URL that together describe the Attachment.
VersionConnection!)#
versions (The Versions of the Component that are available.
ActionConnection!)#
actions (Returns a Relay Connection to a collection of Action objects.
Boolean!)#
public (Specifies whether the Component is publicly available or whether it's private to the Organization.
String)#
iconUrl (The URL that specifies where the Component icon exists.
Boolean!)#
allowUpdate (Specifies whether the signed-in User can update the Component.
Boolean!)#
allowRemove (Specifies whether the signed-in User can remove the Component.
Boolean)#
starred (Indicates whether the record is starred by the signed-in User.