INPUT_OBJECT
CreateCalixCloudSettingMutationInput
The input object that defines the fields for the createCalixCloudSetting mutation.
link GraphQL Schema definition
- input CreateCalixCloudSettingMutationInput {
- # Whether or not this is enabled.
- : Boolean!
- # The ID of the company that this entity operates under.
- : Int64Bit
- # The Auth0 client ID.
- : String!
- # The Auth0 client secret.
- : String!
- # A username, used for authentication.
- : String!
- # A password.
- : String!
- # The ID of a `CustomField` that will map to Calix subscriber field1.
- : Int64Bit
- # The ID of a `CustomField` that will map to Calix subscriber field2.
- : Int64Bit
- # The ID of a `CustomField` that will map to Calix subscriber field3.
- : Int64Bit
- # The ID of a `CustomField` that will map to Calix subscriber field4.
- : Int64Bit
- # The ID of a `CustomField` that will map to Calix subscriber field5.
- : Int64Bit
- # The area type to be used for the region.
- : CalixSubscriberAreaType
- # The area type to be used for the location.
- : CalixSubscriberAreaType
- # An array of Calix service group definitions.
- : Text
- # Allow unmanaged items in Calix Cloud alongside Sonar managed items.
- : Boolean
- # An entity which maps an inventory model field to a vendor specific integration
- # field type (ie serial number)
- : [IntegrationFieldMappingInput]!
- # A note about this entity.
- : NoteMutationInput
- }