OBJECT
SystemSetting
System configuration settings.
link GraphQL Schema definition
- type SystemSetting implements LoggableInterface, AccessloggableInterface {
- # The ID of the entity.
- Int64Bit! :
- # An ID that uniquely identifies this entity across the whole Sonar system.
- ID! :
- # The date and time this entity was created.
- Datetime! :
- # The last date and time this entity was modified.
- Datetime! :
- # A string that shows the version of this entity. It will be incremented whenever
- # the entity is modified.
- String! :
- # Application firewall enabled.
- Boolean! :
- # Invoices will be created in both English and French for all customers.
- Boolean :
- # If enabled allow external calendar integrations to sync.
- Boolean! :
- # Number of months to sync calendar history, 0-3 allowed. Future will always
- # sync.
- Int! :
- # A city.
- String :
- # A two character country code.
- Country! :
- # Automatically create a RADIUS account when a new account is created.
- Boolean! :
- # The currency the system displays money in.
- Currency! :
- # Whether all or only primary contacts may access the customer portal.
- CustomerPortalContactAccess! :
- # The date format to use.
- DateFormat! :
- # The character used to separate decimals in numbers.
- DecimalSeparator! :
- # The id of the Email Domain to use in email From address.
- Int64Bit :
- # The default user name to use in email From address. For example the 'jane' in
- # jane@domain.com
- String :
- # The default name to use in email From fields
- String :
- # the id of the Phone Number to use as default sender for SMS messages.
- Int64Bit :
- # The default language for messages.
- String :
- # The character used to separate digits in numbers.
- DigitSeparator! :
- # The source for the company used to populate the DBA name on the FCC Form 477.
- # Supports one of service, account, or default.
- String! :
- # Whether or not to disable the default sonar login and require the use of SSO.
- Boolean! :
- # The starting number for system generated purchase order numbers.
- Int64Bit! :
- # An ID that uniquely identifies this Sonar instance.
- Int64Bit! :
- # A supported language.
- Language! :
- # A decimal latitude.
- Latitude :
- # A decimal longitude.
- Longitude :
- # The id of the default signature to use for Mass Messages.
- Int64Bit :
- # If true then DHCP leases with Option82 remote_id will assign the IP address to a
- # matching customer MAC address instead of a matching remote_id MAC address.
- Boolean :
- # If an invoice is past due, will include red watermark stamp saying "Past Due" in
- # the local language.
- Boolean :
- # A text prefix to use when automatically creating a new RADIUS account.
- String! :
- # The id of the default signature to use for Single Recipient Messages.
- Int64Bit :
- # A state, province, or other country subdivision.
- Subdivision! :
- # The date and time to suppress inventory item status alerts until.
- Datetime :
- # Whether or not a test billing run has been executed for this instance.
- Boolean! :
- # Whether or not the system is in test mode. In test mode, credit card and bank
- # payments cannot be processed, and emails will not be sent.
- Boolean! :
- # The time format to use.
- TimeFormat! :
- # The timezone you want times in the system displayed in.
- Timezone! :
- # The id of the default signature to use for Triggered Messages.
- Int64Bit :
- # The system of units.
- Units! :
- # A log entry.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # current: Current data.
- # legacy: Whether or not this log was transferred from a Sonar v1
- # instance. If so, the formatting will not match current version logs.
- # legacy_title: A title which is only populated on logs that were
- # imported from Sonar v1.
- # level: The severity level.
- # loggable_id: The ID of the entity that this log is attached to.
- # loggable_type: The type of entity that this log is attached to.
- # logged_entity_id: The entity ID that triggered the log.
- # logged_entity_type: The entity that triggered the log.
- # message: The message.
- # previous: Previous data.
- # relation_data: Data from objects related to this change.
- # type: The type.
- # user_id: The ID of a User.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Text, :
- Boolean, :
- String, :
- LogLevel, :
- Int64Bit, :
- String, :
- Int64Bit, :
- String, :
- Text, :
- Text, :
- Text, :
- LogType, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): LogConnection!
- # An access log history on an entity.
- #
- # Arguments
- # id: The ID of the entity.
- # sonar_unique_id: An ID that uniquely identifies this entity
- # across the whole Sonar system.
- # created_at: The date and time this entity was created.
- # updated_at: The last date and time this entity was modified.
- # _version: A string that shows the version of this entity. It
- # will be incremented whenever the entity is modified.
- # access_datetime: The date and time that this entity was
- # accessed.
- # accessloggable_id: The ID of the entity that this access log
- # belongs to.
- # accessloggable_type: The entity that this access log belongs
- # to.
- # entity_id: The ID of the entity that this access log belongs
- # to.
- # entity_name: The entity that this access log belongs to.
- # user_id: The ID of the user that accessed this entity.
- # paginator: Provides the ability to paginate through results.
- # sorter: Provides the ability to sort results.
- # search: Complex search parameters.
- # general_search: Search across all string fields with partial
- # matching.
- # aggregation: Provides the ability to return aggregated
- # mathematical data about your results.
- # reverse_relation_filters: Reverse relation filters allow you to
- # filter the result of a relation, and use that filter to affect the returned root
- # elements.
- (
- Int64Bit, :
- ID, :
- Datetime, :
- Datetime, :
- String, :
- Datetime, :
- Int64Bit, :
- String, :
- Int64Bit, :
- String, :
- Int64Bit, :
- Paginator, :
- Sorter], : [
- Search], : [
- String, :
- Aggregator], : [
- ReverseRelationFilter] : [
- ): AccessLogConnection!
- }