INPUT_OBJECT
UpdateLteProviderMutationInput
The input object that defines the fields for the updateLteProvider mutation.
link GraphQL Schema definition
- input UpdateLteProviderMutationInput {
- # A descriptive name.
- : String
- # Whether or not this is enabled.
- : Boolean
- # Automatically detach UE when account is changed to delinquency status.
- : Boolean
- # Write PDN address allocation into BreezeVIEW.
- : Boolean
- # Whether or not a floating license model is used with BreezeVIEW.
- : Boolean
- # Credentials for the LTE provider.
- : [LteProviderAuthenticationCredentialMutationInput]
- # A note about this entity.
- : NoteMutationInput
- }