customer Query
Returns the specified Customer object.
Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_admin_customer_permissions, org_manage_customers, org_view_customers]. 2. The signed-in User has any of the following permissions for the object: [customer_view, customer_edit, customer_remove, customer_admin_users, customer_view_users, customer_admin_instance_permissions, customer_view_instances, customer_manage_marketplace_integrations, customer_access_marketplace_integrations].
#
Input fieldsArgument | Type | Description |
---|---|---|
id | ID! | The ID of the Customer object. |
Customer)#
Return fields (Boolean!)#
allowAddAlertMonitor (Specifies whether the signed-in User can add an Alert Monitor to the Customer.
Boolean!)#
allowAddComponent (Specifies whether the signed-in User can add a Component to the Customer.
Boolean!)#
allowAddCredential (Specifies whether the signed-in User can add a Credential to the Customer.
Boolean!)#
allowAddInstance (Specifies whether the signed-in User can add an Instance to the Customer.
Boolean!)#
allowAddIntegration (Specifies whether the signed-in User can add an Integration to the Customer.
Boolean!)#
allowAddUser (Specifies whether the signed-in User can add a User to the Customer.
Boolean!)#
allowConfigureCredentials (Specifies whether the signed-in User's Customer has access to legacy Credentials.
Boolean!)#
allowEmbeddedDesigner (Specifies whether this Customer can use the Embedded Designer.
Boolean!)#
allowEnableInstance (Specifies whether Instances may be enabled based on the utilization allowed by the current Plan.
Boolean!)#
allowExecuteInstance (Specifies whether Instances may be executed based on the utilization allowed by the current Plan.
Boolean)#
allowManageAttachments (Specifies whether the signed-in User can manage Attachments related to this record.
Boolean!)#
allowRemove (Specifies whether the signed-in User can remove the Customer.
Boolean!)#
allowUpdate (Specifies whether the signed-in User can update the Customer.
[Attachment])#
attachments (A JSON list of objects where each object has a key for name and URL that together describe the Attachment.
String)#
avatarUrl (The URL for the avatar image.
ComponentConnection!)#
components (The Customer the Component belongs to, if any. If this is NULL then the Component belongs to the Organization.
CredentialConnection!)#
credentials (The Customer the Credential belongs to, if any. If NULL then Organization will be specified.
String!)#
description (Additional notes about the Customer.
String)#
externalId (Allows for mapping an external entity to a Prismatic record.
ID!)#
id (The ID of the object
InstanceConnection!)#
instances (The Customer for which the Instance is deployed.
IntegrationConnection!)#
integrations (The Customer the Integration belongs to, if any. If this is NULL then the Integration belongs to the Organization.
[String!])#
labels (The labels that are associated with the object.
String!)#
name (The name of the Customer, which must be unique within the scope of its Organization.
Organization!)#
org (The Organization to which the Customer belongs.
Boolean)#
starred (Indicates whether the record is starred by the signed-in User.
UserConnection!)#
users (The Customer the user belongs to, if any. If this is NULL then Organization will be specified.