Customer Object
Represents a customer, which is an object that allows for logical separation of Users, Instances, and other data that are specific to a particular deployment of the Organization's product(s).
#
Return fieldsBoolean!)#
allowAddAlertMonitor (Specifies whether the signed-in User can add an Alert Monitor 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!)#
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!)#
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!)#
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.
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.
[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.