configVariable
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_manage_integrations, org_view_integrations]. 2. The signed-in User has any of the following permissions for the associated Organization: [org_manage_customers, org_view_customers, org_manage_integrations, org_view_integrations]. 3. The signed-in User has any of the following permissions for the object's 'customer' attribute: [customer_view, customer_edit, customer_remove, customer_admin_users, customer_view_users, customer_admin_instance_permissions, customer_view_instances].
Input fields
Argument | Type | Description |
---|---|---|
id | ID! | The ID of the ConfigVariable object. |
ConfigVariable)
Return fields (ID!)
id (The ID of the object.
Organization)
org (The Organization the Config Variable belongs to, if any. If NULL then Customer will be specified.
Customer)
customer (The Customer the Config Variable belongs to, if any. If NULL then Organization will be specified.
String!)
key (The Key for the Config Variable
String!)
value (The Value for the Config Variable
Boolean!)
allowUpdate (Specifies whether the signed-in User can update the ConfigVariable.
Boolean!)
allowRemove (Specifies whether the signed-in User can remove the ConfigVariable.